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

Method __init__

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

Source from the content-addressed store, hash-verified

404 return MollweideAxes.MollweideTransform(self._resolution)
405
406 def __init__(self, *args, **kwargs):
407 self._longitude_cap = np.pi / 2.0
408 super().__init__(*args, **kwargs)
409 self.set_aspect(0.5, adjustable='box', anchor='C')
410 self.clear()
411
412 def _get_core_transform(self, resolution):
413 return self.MollweideTransform(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