Home
last modified time | relevance | path

Searched refs:AutoMinorLocator (Results 1 – 25 of 32) sorted by relevance

12

/dports/math/py-matplotlib/matplotlib-3.4.3/examples/showcase/
H A Danatomy.py11 from matplotlib.ticker import AutoMinorLocator, MultipleLocator
30 ax.xaxis.set_minor_locator(AutoMinorLocator(4))
32 ax.yaxis.set_minor_locator(AutoMinorLocator(4))
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/showcase/
H A Danatomy.py11 from matplotlib.ticker import AutoMinorLocator, MultipleLocator, FuncFormatter
30 ax.xaxis.set_minor_locator(AutoMinorLocator(4))
32 ax.yaxis.set_minor_locator(AutoMinorLocator(4))
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/showcase/
H A Danatomy.py11 from matplotlib.ticker import AutoMinorLocator, MultipleLocator, FuncFormatter
30 ax.xaxis.set_minor_locator(AutoMinorLocator(4))
32 ax.yaxis.set_minor_locator(AutoMinorLocator(4))
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/ticks_and_spines/
H A Dmajor_minor_demo.py36 from matplotlib.ticker import (MultipleLocator, AutoMinorLocator)
74 ax.xaxis.set_minor_locator(AutoMinorLocator())
H A Dtick-locators.py63 axs[5].xaxis.set_minor_locator(ticker.AutoMinorLocator())
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/ticks_and_spines/
H A Dmajor_minor_demo.py39 AutoMinorLocator)
72 minorLocator = AutoMinorLocator()
H A Dtick-locators.py78 ax.xaxis.set_minor_locator(ticker.AutoMinorLocator())
H A Dtick-formatters.py82 ax.xaxis.set_minor_locator(ticker.AutoMinorLocator())
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/ticks_and_spines/
H A Dmajor_minor_demo.py39 AutoMinorLocator)
72 minorLocator = AutoMinorLocator()
H A Dtick-locators.py78 ax.xaxis.set_minor_locator(ticker.AutoMinorLocator())
H A Dtick-formatters.py82 ax.xaxis.set_minor_locator(ticker.AutoMinorLocator())
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/subplots_axes_and_figures/
H A Dsecondary_axis.py18 from matplotlib.ticker import AutoMinorLocator
118 secax.xaxis.set_minor_locator(AutoMinorLocator())
/dports/science/gromacs/gromacs-2021.4/tests/physicalvalidation/physical_validation/util/
H A Dplot.py42 from matplotlib.ticker import AutoMinorLocator
96 ax.xaxis.set_minor_locator(AutoMinorLocator(2))
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dlib_plot_1D.py41 from matplotlib.ticker import AutoMinorLocator
353 pp.xaxis.set_minor_locator(AutoMinorLocator(5))
354 pp.yaxis.set_minor_locator(AutoMinorLocator(2))
472 qq.yaxis.set_minor_locator(AutoMinorLocator(2))
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dscale.py20 NullLocator, LogLocator, AutoLocator, AutoMinorLocator,
104 axis.set_minor_locator(AutoMinorLocator())
189 axis.set_minor_locator(AutoMinorLocator())
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_figure.py9 from matplotlib.ticker import AutoMinorLocator, FixedFormatter
308 ax.xaxis.set_minor_locator(AutoMinorLocator(2))
H A Dtest_ticker.py99 ax.xaxis.set_minor_locator(mticker.AutoMinorLocator())
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dscale.py12 NullLocator, LogLocator, AutoLocator, AutoMinorLocator,
78 axis.set_minor_locator(AutoMinorLocator())
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/dashboard/
H A Dgenerate_dashboard.py34 from matplotlib.ticker import AutoMinorLocator
392 ax.xaxis.set_minor_locator(AutoMinorLocator())
/dports/science/cp2k-data/cp2k-7.1.0/tools/dashboard/
H A Dgenerate_dashboard.py33 from matplotlib.ticker import AutoMinorLocator
391 ax.xaxis.set_minor_locator(AutoMinorLocator())
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/big/g2_1/
H A Dpbe_gpaw_nrel_plot.py211 ay1.yaxis.set_minor_locator(matplotlib.ticker.AutoMinorLocator())
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_ticker.py118 ax.xaxis.set_minor_locator(mticker.AutoMinorLocator())
144 ax.xaxis.set_minor_locator(mticker.AutoMinorLocator())
H A Dtest_figure.py14 from matplotlib.ticker import AutoMinorLocator, FixedFormatter, ScalarFormatter
395 ax.xaxis.set_minor_locator(AutoMinorLocator(2))
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/axes/
H A D_base.py1053 self.xaxis.set_minor_locator(mticker.AutoMinorLocator())
1056 self.yaxis.set_minor_locator(mticker.AutoMinorLocator())
3717 ax.set_minor_locator(mticker.AutoMinorLocator())
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/axes/
H A D_base.py1213 self.xaxis.set_minor_locator(mticker.AutoMinorLocator())
1215 self.yaxis.set_minor_locator(mticker.AutoMinorLocator())
4009 ax.set_minor_locator(mticker.AutoMinorLocator())

12