colorbar_orientation#

property MapdlTheme.colorbar_orientation: str#

Return or set the default colorbar orientation.

Must be either 'vertical' or 'horizontal'.

Examples

>>> import pyvista as pv
>>> pv.global_theme.colorbar_orientation = 'horizontal'