_VerticalColorbarConfig#
- class _VerticalColorbarConfig[source]#
PyVista vertical colorbar configuration.
Adds the settings that only a vertical colorbar has.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pv.global_theme.colorbar_vertical.rotate_title = True
Inheritance#
Inherited members are documented on _ColorbarConfig, _ConfigBase.
See them all under Inherited Attributes and Inherited Methods.
Attributes#
Return or set whether a colorbar turns its title alongside the bar. |
Inherited Attributes#
Return or set colorbar height. |
|
Return or set colorbar x position. |
|
Return or set colorbar y position. |
|
Return or set the distance between stacked colorbars. |
|
Return or set the colorbar title padding. |
|
Return or set colorbar width. |
Inherited Methods#
Create an instance from a dictionary of attribute values. |
|
Return config parameters as a dictionary. |