Return the names of the available scales.
()
| 927 | |
| 928 | |
| 929 | def get_scale_names(): |
| 930 | """Return the names of the available scales.""" |
| 931 | return sorted(_scale_mapping) |
| 932 | |
| 933 | |
| 934 | def scale_factory(scale, axis, **kwargs): |
no outgoing calls
no test coverage detected
searching dependent graphs…