plot has a transparent plane after turning clip plane off #688
-
Beta Was this translation helpful? Give feedback.
Answered by
alesgenova
Feb 18, 2025
Replies: 1 comment 1 reply
-
Looking at the pyvista docs, it says that I would expect it to also remove the widget, but since it's not stated explicitly, can you try also invoking |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
callaway-chris-yang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking at the pyvista docs, it says that
plotter.clear()
"clears plot by removing all actors and properties".I would expect it to also remove the widget, but since it's not stated explicitly, can you try also invoking
plotter.clear_plane_widgets()
?