rockverse.viz.OrthogonalViewer.show_zy_plane#
- property OrthogonalViewer.show_zy_plane#
Boolean flag to enable or disable the visibility of the ZY slice.
When set to True, the ZY slice will be displayed in the viewer. When set to False, the ZY slice will be hidden. Changing this setting will rebuild the visualization to reflect the current state.
Examples
>>> viewer.show_zy_plane # Get the current state >>> viewer.show_zy_plane = True # Show the ZY slice >>> viewer.show_zy_plane = False # Hide the ZY slice