scales

scales = {'cutoff': <class 'proplot.axistools.CutoffScale'>, 'exp': <class 'proplot.axistools.ExpScale'>, 'function': <class 'proplot.axistools.FuncScale'>, 'functionlog': <class 'matplotlib.scale.FuncScaleLog'>, 'inverse': <class 'proplot.axistools.InverseScale'>, 'linear': <class 'proplot.axistools.LinearScale'>, 'log': <class 'proplot.axistools.LogScale'>, 'logit': <class 'proplot.axistools.LogitScale'>, 'mercator': <class 'proplot.axistools.MercatorLatitudeScale'>, 'power': <class 'proplot.axistools.PowerScale'>, 'sine': <class 'proplot.axistools.SineLatitudeScale'>, 'symlog': <class 'proplot.axistools.SymmetricalLogScale'>}

The registered scale names and their associated ScaleBase classes. See Scale for a table.