spedas / pyspedas

Python-based Space Physics Environment Data Analysis Software
https://pyspedas.readthedocs.io/
MIT License
152 stars 59 forks source link

Add PyTplot options for controlling tick parameters #458

Open ericthewizard opened 1 year ago

ericthewizard commented 1 year ago

We still need to add options for controlling the x/y/z tick properties. A list of the options is available at:

https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.tick_params.html

jameswilburlewis commented 7 months ago

A recent PR has added some options for y-axis major and minor ticks: https://github.com/MAVENSDC/PyTplot/pull/207