matplotlib.axis.Axis.get_minor_ticks#
- Axis.get_minor_ticks(numticks=None)[source]#
Return the list of minor
Tick
s.Warning
Ticks are not guaranteed to be persistent. Various operationscan create, delete and modify the Tick instances. There is animminent risk that changes to individual ticks will notsurvive if you work on the figure further (including alsopanning/zooming on a displayed figure).
Working on the individual ticks is a method of last resort.Use
set_tick_params
instead if possible.
On this page