rockverse.viz.OrthogonalViewer.update_image_dict#

OrthogonalViewer.update_image_dict(**kwargs)[source]#

Update the image display settings dictionary and refreshes the display. See the documentation for the image_dict property.

Example

>>> # Update colormap and transparency
>>> viewer.update_image_dict(cmap='gray', alpha=0.8)