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

Function get_scale_names

lib/matplotlib/scale.py:929–931  ·  view source on GitHub ↗

Return the names of the available scales.

()

Source from the content-addressed store, hash-verified

927
928
929def get_scale_names():
930 """Return the names of the available scales."""
931 return sorted(_scale_mapping)
932
933
934def scale_factory(scale, axis, **kwargs):

Callers 1

scale.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…