cetz-package / cetz

CeTZ: ein Typst Zeichenpaket - A library for drawing stuff with Typst.
https://cetz-package.github.io
GNU Lesser General Public License v3.0
846 stars 35 forks source link

plot: Errorbars #574

Closed johannes-wolf closed 5 months ago

johannes-wolf commented 5 months ago

This PR adds new functions for plotting: add-errorbar for adding a single x/y error bar. Error bar support also got added to columnchart, barchart and the add-bar function.

Fixes #573.

Not happy with styling yet, but this is an issue with all plot/chart related functions.