Theme.show_scalar_bar#
Examples#
Download Python source code | Download Jupyter notebook
Show the scalar bar by default when scalars are available.
>>> import pyvista as pv
>>> pv.global_theme.show_scalar_bar = True
Used In#
Guides
- Composite Datasets (1 use)
- Gridded Data (1 use)
- Partitioned Datasets (1 use)
- Point Sets (1 use)
- What Is a Mesh? (1 use)
- Why PyVista? (1 use)
Gallery Examples