rockverse.viz.OrthogonalViewer.image_dict#

property OrthogonalViewer.image_dict#

Get the dictionary of keyword arguments for customizing the image display.

This dictionary is passed to Matplotlib’s imshow function when displaying the image slices. It can be used to control aspects such as colormap, alpha (transparency), etc. See the documentation for Matplotlib imshow function.

Important: Do not change elements directly in this dictionary. Call the update_image_dict method instead to apply any changes.