Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_edit
Function · 0.80
convert
Function · 0.80
test_shared_axis_quantity
Function · 0.80
test_shared_axis_categorical
Function · 0.80
Calls
no outgoing calls
Tested by
3
convert
Function · 0.64
test_shared_axis_quantity
Function · 0.64
test_shared_axis_categorical
Function · 0.64