MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_minor_formatter

Method get_minor_formatter

lib/matplotlib/axis.py:1788–1790  ·  view source on GitHub ↗

Get the formatter of the minor ticker.

(self)

Source from the content-addressed store, hash-verified

1786 return self.major.formatter
1787
1788 def get_minor_formatter(self):
1789 """Get the formatter of the minor ticker."""
1790 return self.minor.formatter
1791
1792 def get_major_ticks(self, numticks=None):
1793 r"""

Callers 5

minorformatterMethod · 0.80
_remove_axesMethod · 0.80
_sub_labelsMethod · 0.80

Calls

no outgoing calls

Tested by 3

_sub_labelsMethod · 0.64