MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / scale.py

File scale.py

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

Source from the content-addressed store, hash-verified

1"""
2Scales define the distribution of data values on an axis, e.g. a log scaling.
3
4The mapping is implemented through `.Transform` subclasses.

Callers

nothing calls this directly

Calls 4

get_scale_namesFunction · 0.85
_get_scale_docsFunction · 0.85
joinMethod · 0.80
registerMethod · 0.45

Tested by

no test coverage detected