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

Method clear

lib/matplotlib/projections/geo.py:497–500  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

495 self.clear()
496
497 def clear(self):
498 # docstring inherited
499 super().clear()
500 self.yaxis.set_major_formatter(NullFormatter())
501
502 def _get_core_transform(self, resolution):
503 return self.LambertTransform(

Callers 1

__init__Method · 0.95

Calls 3

NullFormatterClass · 0.90
clearMethod · 0.45
set_major_formatterMethod · 0.45

Tested by

no test coverage detected