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

Method _init_axis

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

Source from the content-addressed store, hash-verified

30 RESOLUTION = 75
31
32 def _init_axis(self):
33 self.xaxis = maxis.XAxis(self, clear=False)
34 self.yaxis = maxis.YAxis(self, clear=False)
35 self.spines['geo'].register_axis(self.yaxis)
36
37 def clear(self):
38 # docstring inherited

Callers

nothing calls this directly

Calls 1

register_axisMethod · 0.80

Tested by

no test coverage detected