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

Method __init__

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

Source from the content-addressed store, hash-verified

289 return AitoffAxes.AitoffTransform(self._resolution)
290
291 def __init__(self, *args, **kwargs):
292 self._longitude_cap = np.pi / 2.0
293 super().__init__(*args, **kwargs)
294 self.set_aspect(0.5, adjustable='box', anchor='C')
295 self.clear()
296
297 def _get_core_transform(self, resolution):
298 return self.AitoffTransform(resolution)

Callers 6

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 2

set_aspectMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected