Cetz plot - How can I hide the shared-zero in school-book axis style?

I’ve seen in the source code this comment. But i don’t find a way to set this parameter to false and hide the “0” in the axis.
Thanks a lot!

/// #show-parameter-block(“shared-zero”, (“bool”, “content”), default: “$0$”, [School-book style axes only: Content to display at the plots origin (0,0). If set to false, nothing is shown. Having this set, suppresses auto-generated ticks for $0$!])

Seems like set-style(axes: (shared-zero: false)) is how you set the shared-zero parameter.

Found it here:

2 Likes

Works perfectly, thanks a lot!!!