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
Rect
poly
The code
julia> using CairoMakie julia> poly( [ Rect(0.0, 0, 0, 1, 1, 2.5), Rect(1.0, 0, 0, 1, 1, 1), Rect(0.0, 1, 0, 1, 1, 1), Rect(1.0, 1, 0, 1, 1, 1), ], color = 1:4 )
produces the plot
The 3D rectangles are not shown correctly. I would have expected something like I get with a smaller size of the big one:
julia> poly( [ Rect(0.0, 0, 0, 1, 1, 2.4), Rect(1.0, 0, 0, 1, 1, 1), Rect(0.0, 1, 0, 1, 1, 1), Rect(1.0, 1, 0, 1, 1, 1), ], color = 1:4 )
]st -m Makie
(jl_oQJ1ul) pkg> st -m Makie CairoMakie [13f3f980] CairoMakie v0.12.18 [ee78f7c6] Makie v0.21.18
]activate --temp; add Makie
Yes
Julia 1.10.7, Apple M2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The code
produces the plot
The 3D rectangles are not shown correctly. I would have expected something like I get with a smaller size of the big one:
]st -m Makie
)]activate --temp; add Makie
)Yes
Julia 1.10.7, Apple M2
The text was updated successfully, but these errors were encountered: