MCPcopy Create free account
hub / github.com/matplotlib/matplotlib / get_ref_artist

Method get_ref_artist

lib/mpl_toolkits/axisartist/axis_artist.py:448–450  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

446 self._axislabel_pad = 0
447
448 def get_ref_artist(self):
449 # docstring inherited
450 return self._axis.get_ticklabels()[0]
451
452 def set_axis_direction(self, label_direction):
453 """

Callers

nothing calls this directly

Calls 1

get_ticklabelsMethod · 0.80

Tested by

no test coverage detected