-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
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
Visualization of Line
#534
Labels
Comments
We do not know how to plot infinite geometries like lines yet. Any help is appreciated on a good approach. If Makie.jl has a trick to represent infinite lines and planes, please let us know and we can add the recipe here. |
I have no idea of what is possible in Makie (I just wanted to report the bug), would you like that I try to do a PR to catch the |
No need for a PR to catch the error. Thanks!
Em ter., 23 de mai. de 2023 17:20, Antoine Marteau ***@***.***>
escreveu:
… I have no idea of what is possible in Makie (I just wanted to report the
bug), would you like that I try to do a PR to catch the viz calls on Line
and throw a TypeError ?
—
Reply to this email directly, view it on GitHub
<#534>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZQW3JKYCI4C63QHNLNRDLXHULZ7ANCNFSM6AAAAAAYJM74BQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
juliohm
changed the title
StackOverflow on Line vizualization
Visualization of infinite geometries
Nov 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Small bug : seems the infinite long line is not possible to discretize ?
yields StackOverflowError
Stacktrace:
[1] simplexify(geometry::Line{3, Float64})
@ Meshes ~/.julia/packages/Meshes/1Iszy/src/discretization.jl:135
[2] discretize(geometry::Line{3, Float64})
@ Meshes ~/.julia/packages/Meshes/1Iszy/src/discretization.jl:103
--- the last 2 lines are repeated 39990 more times ---
[79983] simplexify(geometry::Line{3, Float64})
@ Meshes ~/.julia/packages/Meshes/1Iszy/src/discretization.jl:135
Got the same with GLMakie backend.
The text was updated successfully, but these errors were encountered: