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

Method clear

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

Source from the content-addressed store, hash-verified

397 self.isDefault_majfmt = True
398
399 def clear(self):
400 # docstring inherited
401 super().clear()
402 self.set_ticks_position('none')
403 self._wrap_locator_formatter()
404
405 def _set_scale(self, value, **kwargs):
406 if value != 'linear':

Callers 3

clearMethod · 0.45
clearMethod · 0.45
set_rlabel_positionMethod · 0.45

Calls 2

set_ticks_positionMethod · 0.45

Tested by

no test coverage detected