MCPcopy
hub / github.com/matplotlib/matplotlib / _reset_major_tick_kw

Method _reset_major_tick_kw

lib/matplotlib/axis.py:879–883  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

877 *self.get_major_ticks(), *self.get_minor_ticks()]
878
879 def _reset_major_tick_kw(self):
880 self._major_tick_kw.clear()
881 self._major_tick_kw['gridOn'] = (
882 mpl.rcParams['axes.grid'] and
883 mpl.rcParams['axes.grid.which'] in ('both', 'major'))
884
885 def _reset_minor_tick_kw(self):
886 self._minor_tick_kw.clear()

Callers 1

set_tick_paramsMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected