Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mic92/vmsh
/ format
Function
format
tests/plot.py:122–124 ·
view source on GitHub ↗
(axis: mpl.axis.Axis, name: str)
Source
from the content-addressed store, hash-verified
120
121
122
def
format(axis: mpl.axis.Axis, name: str) -> None:
123
ff = FORMATTER[name]
124
axis.set_major_formatter(ff)
125
126
127
def
change_width(ax: Any, new_value: Union[int, float]) -> None:
Callers
2
fio
Function · 0.90
console
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected