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

Method __init__

lib/matplotlib/projections/geo.py:336–340  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

334 return HammerAxes.HammerTransform(self._resolution)
335
336 def __init__(self, *args, **kwargs):
337 self._longitude_cap = np.pi / 2.0
338 super().__init__(*args, **kwargs)
339 self.set_aspect(0.5, adjustable='box', anchor='C')
340 self.clear()
341
342 def _get_core_transform(self, resolution):
343 return self.HammerTransform(resolution)

Callers

nothing calls this directly

Calls 3

__init__Method · 0.45
set_aspectMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected