rockverse.viz.OrthogonalViewer.show_histogram#
- property OrthogonalViewer.show_histogram#
Boolean flag to enable or disable the visibility of the histogram plot.
Examples
>>> viewer.show_histogram # Get the current visibility state of the histogram >>> viewer.show_histogram = True # Show the histogram >>> viewer.show_histogram = False # Hide the histogram