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

Method _gen_axes_spines

lib/matplotlib/tests/test_skew.py:85–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83 self.spines.right.register_axis(self.yaxis)
84
85 def _gen_axes_spines(self):
86 spines = {'top': SkewSpine.linear_spine(self, 'top'),
87 'bottom': mspines.Spine.linear_spine(self, 'bottom'),
88 'left': mspines.Spine.linear_spine(self, 'left'),
89 'right': mspines.Spine.linear_spine(self, 'right')}
90 return spines
91
92 def _set_lim_and_transforms(self):
93 """

Callers

nothing calls this directly

Calls 1

linear_spineMethod · 0.80

Tested by

no test coverage detected