Alphabetical list Categories
luts Look-up tables for image rendering

native

sequential.perceptuallyuniform

sequential.singlecolor

sequential.other

diverging

cyclic

qualitative

misc

Only the “native” colormaps are strictly part of QPlot. The “sequential,” “diverging,” “cyclic,” “qualitative,” and “misc” colormaps are from Matplotlib. The “plotly,” “carto,” “cmocean,” and “colorbrewer” colormaps are from plotly. The “cet” colormaps are from colorcet. Non-native colormaps are only available if the respective libraries are installed on your computer. For copyright information on non-native colormaps, please refer to matplotlib.org, plotly.com, and colorcet.

In a few instances, multiple families offer like-named colormaps. In that case, you can prefix the name with the family in GET and SET, e.g., “cm = qp.get("cet.rainbow")”.

Colormaps from other sources can also be used with QPlot. Excellent colormaps are provided, e.g., by the CMasher, cmcrameri, and cmyt projects. See also lut().

(C) Daniel Wagenaar, 2014–2019. This web page is licensed under the GNU Free Documentation License.