cetz-package / cetz-plot

Create Plots and Charts with CeTZ
GNU Lesser General Public License v3.0
7 stars 1 forks source link

[feature request] Provide set origin and anchor capabilities to `plot` #14

Open tapyu opened 1 month ago

tapyu commented 1 month ago

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 translate the coordinate system within a group, it would be interesting to be able to set the origin as we do with content, circle, ...

Moreover, in addition to the anchors we can set via add-anchor, having built-in named compass anchors ("west", "north", etc.) is very effective when putting stuffs around the plot axis.