johannes-wolf / typst-plot

Typst Plotting Library
GNU General Public License v3.0
90 stars 1 forks source link

Standard Arrow Plots? #8

Closed riccardostokker closed 1 year ago

riccardostokker commented 1 year ago

Is there any way of plotting a more standard-looking plot like this?

image

Thank you, Riccardo

johannes-wolf commented 1 year ago

Hello, I have added a plotting implementation to my other library "CeTZ" (formerly typst-canvas), that supports this style of plots.

It is not yet released and is missing the "mark" feature. You can have a look here: https://github.com/johannes-wolf/typst-canvas/pull/92

I will change this library to use CeTZ and its plotting implementation internally soon, which will bring lots of other features.

Example: grafik

johannes-wolf commented 1 year ago

I have merged the feature to CeTZ. See: https://github.com/johannes-wolf/typst-canvas for the new API. This package will not receive new features (as of now).