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

Method _gen_axes_spines

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

Source from the content-addressed store, hash-verified

137 return Circle((0.5, 0.5), 0.5)
138
139 def _gen_axes_spines(self):
140 return {'geo': mspines.Spine.circular_spine(self, (0.5, 0.5), 0.5)}
141
142 def set_yscale(self, *args, **kwargs):
143 if args[0] != 'linear':

Callers

nothing calls this directly

Calls 1

circular_spineMethod · 0.80

Tested by

no test coverage detected