Package Information
- Last Updated
- Minimum Typst Version
- 0.13.0
- Authors
- Mc-Zen
- Categories
- visualization
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/lilaq:0.6.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/lilaq:0.6.0": *Version History
Lilaq is a powerful plotting library for Typst.
You can import Lilaq under the canonical abbreviation lq by calling:
#import "@preview/lilaq:0.6.0" as lq
The documentation lives at https://lilaq.org.
Demos
Clicking on any demo image below will bring you to the respective page of the documentation that shows how to create this plot.
| Line plot | Scatter | Bar chart |
|---|---|---|
| Boxplot | Quiver | Styled marks |
| Errorbars | Plot smoothing | Stem plot |
| Colormesh | Contour | Color bar |
| Spectrum with secondary axis | Climograph with twin axis |
|---|---|
| Bar plot with numbers | Multiple twin axes |
| Plot within a plot | Koch snowflake fractal |
|---|---|