Replies: 0 comments 6 replies
|
There is no setting to achieve that as of now. Would something like |
|
Actually |
|
Thank you for your example. This is actually the expected behaviour of the Note that the next version of cetz' plotting lib is developed in this https://github.com/cetz-package/cetz-plot repository. |
|
Thanks for your info. I have questions for box-whisker plots:
setting the y-tick-step explicitly helps,
The attached box-whisker.zip has sample.typ and sample.pdf inside. |


Uh oh!
There was an error while loading. Please reload this page.
Some extra space at the ends of scatterplot axes to avoid markers sitting on the plot border can be done by computing x-min, x-max, y-min, y-max from data, with some padding added.
Using
set-style(axes: (padding: 12pt))does quite the same, but grid and plot border do not follow the move of axes.Is there a another setting?
All reactions