_VerticalColorbarConfig.rotate_title#
- property _VerticalColorbarConfig.rotate_title: bool[source]#
Return or set whether a colorbar turns its title alongside the bar.
A horizontal colorbar cannot, so this is a vertical setting only.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pv.global_theme.colorbar_vertical.rotate_title = True