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

Method get_offset_text

lib/matplotlib/axis.py:1528–1530  ·  view source on GitHub ↗

Return the axis offsetText as a Text instance.

(self)

Source from the content-addressed store, hash-verified

1526 return self.label
1527
1528 def get_offset_text(self):
1529 """Return the axis offsetText as a Text instance."""
1530 return self.offsetText
1531
1532 def get_pickradius(self):
1533 """Return the depth of the axis used by the picker."""

Callers 3

test_offset_label_colorFunction · 0.80
test_offset_text_visibleFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_offset_label_colorFunction · 0.64
test_offset_text_visibleFunction · 0.64