_ColorbarConfig#
Examples#
Download Python source code | Download Jupyter notebook
Set the colorbar width.
>>> import pyvista as pv
>>> pv.global_theme.colorbar_horizontal.width = 0.2
Attributes#
Return or set colorbar height. |
|
Return or set colorbar x position. |
|
Return or set colorbar y position. |
|
Return or set colorbar width. |
Inherited Methods#
Create an instance from a dictionary of attribute values. |
|
Return config parameters as a dictionary. |