cetz-plot icon indicating copy to clipboard operation
cetz-plot copied to clipboard

Create Plots and Charts with CeTZ

Results 57 cetz-plot issues
Sort by recently updated
recently updated
newest added

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 ![grafik](https://github.com/johannes-wolf/cetz/assets/519002/773adaf8-ea75-48ed-b966-3ffed579bfd9)

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...

:imp: bug
:gift: feature

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...

:gift: feature

I mean something like this: ![highchart](https://github.com/johannes-wolf/cetz/assets/40251117/50900a2c-46ac-4519-b83f-341a95b951fc)

:gift: feature

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...