cetz-plot
cetz-plot copied to clipboard
plot: Improve smooth plots by using non-sampled curves
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 curve clipping.
Now that precise line-bezier intersection got implemented, this can be done.