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

Method get_major_formatter

lib/matplotlib/axis.py:1784–1786  ·  view source on GitHub ↗

Get the formatter of the major ticker.

(self)

Source from the content-addressed store, hash-verified

1782 return self.minor.locator
1783
1784 def get_major_formatter(self):
1785 """Get the formatter of the major ticker."""
1786 return self.major.formatter
1787
1788 def get_minor_formatter(self):
1789 """Get the formatter of the minor ticker."""

Callers 15

format_zdataMethod · 0.80
get_formattersFunction · 0.80
formatterMethod · 0.80
_remove_axesMethod · 0.80
__init__Method · 0.80
format_xdataMethod · 0.80
format_ydataMethod · 0.80
bxpMethod · 0.80
test_bar_datetime_startFunction · 0.80

Calls

no outgoing calls

Tested by 12

get_formattersFunction · 0.64
test_bar_datetime_startFunction · 0.64
test_secondary_formatterFunction · 0.64
test_unicode_minusMethod · 0.64
test_offset_valueMethod · 0.64
test_cursor_precisionMethod · 0.64
test_format_dataMethod · 0.64
test_sublabelMethod · 0.64
test_axes_removalFunction · 0.64
test_polar_units_2Function · 0.64