Lilaq Documentation

repository·main·Indexed 21 days ago

https://github.com/lilaq-project/lilaq

A plotting library for the Typst typesetting system used to create scientific and statistical visualizations. Supports basic plots (line, scatter, bar, boxplot, stem), scientific plots (quiver, error bars, colormesh, contour, spectrum), and advanced layouts such as dual-axis and nested plots.

Tokens
214
Snippets
1
Records
2
Agent score
24%

What's inside Lilaq

  1. Explore Lilaq plot types and examples

    main

    Lilaq supports a wide variety of plots including standard statistical charts, scientific visualizations, and complex dual-axis layouts. You can find detailed documentation and implementation guides for each type at the official website: https://lilaq.org.

    Available plot types include:

    • Basic Plots: Line plots, Scatter plots, Bar charts, Boxplots, Stem plots.
    • Scientific/Advanced Plots: Quiver plots, Error bars, Colormesh, Contour plots, Spectrum plots.
    • Advanced Layouts: Dual-axis plots (twin axes), Plots within plots, and styled marks.
  2. Install and import Lilaq in Typst

    main

    Lilaq is a plotting library for Typst. You can use it by importing the package from the Typst universe. It is recommended to use the canonical abbreviation lq for easier access to its functions.

    #import "@preview/lilaq:0.6.0" as lq