Package Information
- Last Updated
- Minimum Typst Version
- 0.10.0
- Authors
- Ludwig Austermann
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/qcm:0.1.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/qcm:0.1.0": *qcm
Qualitative Colormaps for Typst
Qualitative colormaps contain a fixed number of distinct and easily differentiable colors. They are suitable to use for e.g. categorical data visualization.
Source
The following colormaps are available:
- all colorbrew qualitive colormaps, for discovery and as documentation visit colorbrewer2.org
Usage
Usage is very simple:
#import "@preview/qcm:0.1.0": colormap
#colormap("Set1", 5)