PetroFit / petrofit

Python package for calculating Petrosian properties and fitting galaxy light profiles
https://petrofit.readthedocs.io
26 stars 6 forks source link

Add Side Tick Marks for Plots #183

Closed robelgeda closed 1 year ago

robelgeda commented 1 year ago
ax = plt.gca()
ax.tick_params(which='minor', direction='in', top=True, right=True, width=1.5, length=8/2)
ax.tick_params(which='major', direction='in', top=True, right=True, width=1.5, length=8)