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

Method clear

lib/matplotlib/projections/polar.py:692–695  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

690 super().set_major_locator(locator)
691
692 def clear(self):
693 # docstring inherited
694 super().clear()
695 self.set_ticks_position('none')
696
697
698def _is_full_circle_deg(thetamin, thetamax):

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
set_ticks_positionMethod · 0.45

Tested by

no test coverage detected