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

Method __init__

lib/matplotlib/projections/polar.py:495–500  ·  view source on GitHub ↗
(self, axes, pad, mode)

Source from the content-addressed store, hash-verified

493 of the axes, or using the rlabel position (``'rlabel'``).
494 """
495 def __init__(self, axes, pad, mode):
496 super().__init__(pad, pad, axes.get_figure(root=False).dpi_scale_trans)
497 self.set_children(axes._realViewLim)
498 self.axes = axes
499 self.mode = mode
500 self.pad = pad
501
502 __str__ = mtransforms._make_str_method("axes", "pad", "mode")
503

Callers

nothing calls this directly

Calls 3

set_childrenMethod · 0.80
__init__Method · 0.45
get_figureMethod · 0.45

Tested by

no test coverage detected