You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears there was a major update to the plot_plane function such that the 'where' options were changed from {'x', 'y','z'} to {'front', 'back', 'left', 'right', 'top', 'bottom'}. If you change the plot_plane argument to "top", you will solve this error, but other errors will arise.
Versions
python 3.8.12
ipyvolume 0.6.0a10
Problem
I followed the tutorial to create slices in 3d volume https://ipyvolume.readthedocs.io/en/latest/examples/slice.html. First I show show the volume with
then I try to add the slice planes with
but I got an error instead
Do you have any idea why the slicing tutorial is not reproducible in my environment?
The text was updated successfully, but these errors were encountered: