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

Method _get_shared_axes

lib/matplotlib/axis.py:729–732  ·  view source on GitHub ↗

Return a list of shared Axes for current axis.

(self)

Source from the content-addressed store, hash-verified

727 self.minor._formatter_is_default = value
728
729 def _get_shared_axes(self):
730 """Return a list of shared Axes for current axis."""
731 return self.axes._shared_axes[
732 self._get_axis_name()].get_siblings(self.axes)
733
734 def _get_shared_axis(self):
735 """Return list of shared axis for current axis."""

Callers 3

_get_shared_axisMethod · 0.95
_set_axes_scaleMethod · 0.95
_set_limMethod · 0.95

Calls 2

_get_axis_nameMethod · 0.95
get_siblingsMethod · 0.45

Tested by

no test coverage detected