MakieOrg / Makie.jl

Interactive data visualizations and plotting in Julia
https://docs.makie.org/stable
MIT License
2.38k stars 302 forks source link

Surface Height is smoothed by default and shouldn't be #426

Closed AlexisRenchon closed 3 weeks ago

AlexisRenchon commented 4 years ago

As discussed on JuliaLang Slack #Makie, there is currently a problem with Makie.surface: Heights are smoothed, in the figure below you can see a rectangle at z = 2, surface should also be at z = 2 but isn't. I tested to update the rectangles and surface nodes to, for example, z = 3, z = 4... which moves the rectangle and the surface, but the surface stays a bit too low. image

ffreyer commented 3 weeks ago

Was fixed by #2598 / #2831