cetz-plot
cetz-plot copied to clipboard
Create Plots and Charts with CeTZ
Request from Discord. Example: https://matplotlib.org/stable/gallery/images_contours_and_fields/plot_streamplot.html#sphx-glr-gallery-images-contours-and-fields-plot-streamplot-py 
https://github.com/cetz-package/cetz-plot/blob/8a5f0658b4dea5a889f7ce096e38b6f38bd81b22/src/plot/line.typ#L220 I think people will naturally expect the function being plotted to have its points filtered if its linear (been chasing my tail because of this because of logarithmic plots...
AFAIK we cannot set an origin to `plot.plot`. It is automatically set to `(0,0)`, let alone set an anchor with respect to that origin. Although we can workaround it by...
I mean something like this: 
This is a reminder to add such a feature (esp. with the refactoring).
When using `x² + y²` + `op: ">="` + `z: 9` + `fill: true` it fills outside the circle and inside of it (although it works as expected with hyperbola)....
Currently `smooth` calculates a catmull curve for the data and samples that to draw it using straight lines. Instead, smooth data should be drawn using bezier curves. This requires bezier...
I'd like to discuss two features which are probably not realistically possible to implement in Typst itself but which may be possible with some kind of rust bindings (which I...
Is there an elegant way of sharing the x axis: like so: https://matplotlib.org/stable/gallery/subplots_axes_and_figures/shared_axis_demo.html
Hi! Thanks for all your work on the `cetz` and related project, I love it! For my past work, I have been experimenting with linear regression plotting. Herein, I want...