Theme.colorbar_vertical#
- property Theme.colorbar_vertical: _VerticalColorbarConfig[source]#
Return or set the default parameters of a vertical colorbar.
Examples#
Download Python source code | Download Jupyter notebook
Set the default colorbar width to 0.45.
>>> import pyvista as pv
>>> pv.global_theme.colorbar_vertical.width = 0.45
Set the default colorbar height to 0.8.
>>> import pyvista as pv
>>> pv.global_theme.colorbar_vertical.height = 0.8
Used In#
API Examples
_ColorbarConfig.stacking_gap(1 use)_VerticalColorbarConfig(1 use)_VerticalColorbarConfig.rotate_title(1 use)