We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vector{Rect2f}
]st -m Makie
]activate --temp; add Makie
MWE:
f, a, p = poly(Rect2f((2.2, 2.2), (0.6, 0.6))) p2 = poly!(a, Rect2f((6.2, 4.2), (.6, 1))) a.title = "p1 rect, p2 rect" a2, p3 = poly(f[1, 2], [Rect2f((2.2, 2.2), (0.6, 0.6))]) p4 = poly!(a2, Rect2f((6.2, 4.2), (.6, 1))) a2.title = "p3 vec(rect), p4 rect" f
Not sure what is going on here! A third poly plot into a2 is green, so cycling seems to be working, just skipped for the first plot somehow...!
a2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
]st -m Makie
) master]activate --temp; add Makie
) yesMWE:
Not sure what is going on here! A third poly plot into
a2
is green, so cycling seems to be working, just skipped for the first plot somehow...!The text was updated successfully, but these errors were encountered: