Replies: 2 comments
-
I am moving this to the new home for cetz' plotting library, |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is currently no default style for plot-data that you can set using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like the plotted lines (the actual data I'm graphing, not the axes or grid lines) to be thicker. I know that I can use
plot.add(..., style: (stroke: 4pt))
to make them thicker, but then I have to put that on everyplot.add
call. Is there a key inset-style
corresponding toplot.add
? I couldn't find documentation for it.Thanks for your help! CeTZ is awesome!
Beta Was this translation helpful? Give feedback.
All reactions