-
Hi all, I'm not sure this is currently possible, but I'm stuck trying to plot contours in the XZ (or YZ) planes. For example I have a 3D volume:
I'd like to plot similar contours on the XZ face but I can't find a way todo that. Since Any suggestion would be great, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can Makie.jl/src/basic_recipes/volumeslices.jl Lines 40 to 52 in 714cf7a |
Beta Was this translation helpful? Give feedback.
You can
translate!()
androtate!()
a plot to move it around in 3D space, or usetransform!(plot, (plane, offset))
like volumeslices:Makie.jl/src/basic_recipes/volumeslices.jl
Lines 40 to 52 in 714cf7a