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)

../../_images/plot-colorbar-1.png

Reference/API

Module

marvin.utils.plot.colorbar

Functions for colorbars.

Functions

marvin.utils.plot.colorbar.linearlab()

Make linearlab color map.