Replies: 1 comment
|
I have the same problem here |
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.
for now, it's hard-coded in
plot.typ:if axis-style == "school-book" { axes.school-book(size: size, axis-dict.x, axis-dict.y) }, this makesshared-zeroalways set totrueinsideschool-bookfunction, and it renders0sometimes this
0is crossed by lines (and i want to adjust0's position), sometimes i don't need0but big Oi'd like to use cetz-plot in this way:
plot(..., axis-style: "school-book", shared-zero: false)All reactions