Colorbar (marvin.utils.plot.colorbar)¶
Introduction¶
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.
Getting Started¶
Using 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()
(Source code, png, hires.png, pdf)
Reference/API¶
Module
Functions for colorbars. |
Functions
Make linearlab color map. |