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

Method get_units

lib/matplotlib/axis.py:2022–2024  ·  view source on GitHub ↗

Return the units for axis.

(self)

Source from the content-addressed store, hash-verified

2020 axis.stale = True
2021
2022 def get_units(self):
2023 """Return the units for axis."""
2024 return self.units
2025
2026 def set_label_text(self, label, fontdict=None, **kwargs):
2027 """

Callers 4

figure_editFunction · 0.80
convertFunction · 0.80

Calls

no outgoing calls

Tested by 3

convertFunction · 0.64