MCPcopy 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
122def format(axis: mpl.axis.Axis, name: str) -> None:
123 ff = FORMATTER[name]
124 axis.set_major_formatter(ff)
125
126
127def change_width(ax: Any, new_value: Union[int, float]) -> None:

Callers 2

fioFunction · 0.90
consoleFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected