matplotlib.axis.Axis.set_minor_formatter¶
-
Axis.
set_minor_formatter
(self, formatter)[source]¶ Set the formatter of the minor ticker.
In addition to a
Formatter
instance, this also accepts astr
or function. SeeAxis.set_major_formatter
for more information.Parameters: - formatter
Formatter
,str
, or function
- formatter