QPlot
Beautifully typeset graphs for science
Installation
Getting started
Python functions
Figures
Data
Images
Axes
Text
Legends
Colorbars
Styling
Text styling
Axis styling
Paper coords
Mixed coords
Grouping
Scale to fit
LUTs
lut
luts.get
luts.set
luts.names
luts.families
luts.family
luts.demo
Miscellaneous
Octave functions
Color maps
≡
luts.demo
Produce tableau of colormaps.
Call signature:
luts.demo
(
fam
=None,
N
=None)
Help text:
luts.demo
(
family
) produces a tableau of all the colormaps in the given family.
luts.demo
() produces separate tableaus for all families.
Optional argument N specifies the number of colors to request for each colormap. The default is to render each map with its own default.
The full collection of available colormaps is shown
here
.
Example:
import qplot as qp
import numpy as np
qp.
luts.demo
("diverging")
Download
source
.
Download
pdf
.