_ColorbarConfig.stacking_gap#
- property _ColorbarConfig.stacking_gap: float | None[source]#
Return or set the distance between stacked colorbars.
The distance is a fraction of the window.
Nonespaces them as tightly as their titles and tick labels allow.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pv.global_theme.colorbar_vertical.stacking_gap = 0.2