rockverse.viz.OrthogonalViewer.gridspec_dict#
- property OrthogonalViewer.gridspec_dict#
Dictionary of keyword arguments for customizing the figure’s grid layout.
This dictionary is passed to Matplotlib’s GridSpec when creating the figure layout. It can be used to control aspects such as spacing between subplots. Width and height ratios are automatically calculated from image dimensions. See the documentation for Matplotlib GridSpec.
Important: Do not change elements directly in this dictionary. Call the
update_gridspec_dictmethod instead to apply any changes.