marvin.utils.plot.colorbar)¶marvin.utils.plot.colorbar cooontains utility functions for making colorbars for Marvin maps. These functions are mostly for internal use, however, the linearlab() function returns the linearlab colormap, whose properties are described here.
colorbar¶Get the linearlab colormap that is the default for many MaNGA maps:
import marvin.utils.plot.colorbar as colorbar
linearlab, linearlab_r = colorbar.linearlab()
Module
marvin.utils.plot.colorbar |
Functions for colorbars. |
Functions
marvin.utils.plot.colorbar.linearlab() |
Make linearlab color map. |