rockverse.viz.OrthogonalViewer.update_guide_line_dict#
- OrthogonalViewer.update_guide_line_dict(**kwargs)[source]#
Update the guide line display settings dictionary and refresh the display.
This method allows you to modify the settings in the guide_line_dict that control the appearance of the guide lines drawn on the image slices. You can update various parameters by passing the desired keyword arguments.
Examples
>>> # Update guide lines to be red, dashed, and with a width of 2 >>> viewer.update_guide_line_dict(color='red', linestyle='--', linewidth=2)