LinkedEarth / Pyleoclim_util

Python Package for the Analysis of Paleoclimate Data. Documentation at
https://pyleoclim-util.readthedocs.io
GNU General Public License v3.0
87 stars 33 forks source link

Stackplot yticks #595

Closed CommonClimate closed 2 months ago

CommonClimate commented 2 months ago

and docstring bug fix. This does not have to be perfect, just good enough

CommonClimate commented 2 months ago

Good idea. I added the following options (and docstring):

yticks_minor : bool
            Whether the y axes should contain minor ticks (use sparingly!). Default: False

        xticks_minor : bool 
            Whether the x axis should contain minor ticks. Default: False

        ylims : str {'spacious', 'auto'}
            Method for determining the limits of the y axes. 
            Default is 'spacious', which is mean +/- 4 x std
            'auto' activates the Matplotlib default

and the pytests to go with it.