Bases: MaxNLocator
Maximum number of intervals; one less than max number of ticks. If the string 'auto', the number of bins will be automatically determined based on the length of the axis.
Sequence of acceptable tick multiples, starting with 1 and ending with 10. For example, if steps=[1, 2, 4, 5, 10], 20, 40, 60 or 0.4, 0.6, 0.8 would be possible sets of ticks because they are multiples of 2. 30, 60, 90 would not be generated because 3 does not appear in this example list of steps.
If True, ticks will take only integer values, provided at least min_n_ticks integers are found within the view limits.
If True, autoscaling will result in a range symmetric about zero.
Remove the 'lower' tick, the 'upper' tick, or ticks on 'both' sides if they fall exactly on an axis' edge (this typically occurs when rcParams["axes.autolimit_mode"] (default: 'data') is 'round_numbers'). Removing such ticks is mostly useful for stacked or ganged plots, where the upper tick of an Axes overlaps with the lower tick of the axes above it.
Relax nbins and integer constraints if necessary to obtain this minimum number of ticks.
Return the locations of the ticks.
mpl_toolkits.axisartist.grid_finder.MaxNLocator
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/mpl_toolkits.axisartist.grid_finder.MaxNLocator.html