Theme.window_size#
Examples#
Download Python source code | Download Jupyter notebook
Set window size to [400, 400].
>>> import pyvista as pv
>>> pv.global_theme.window_size = [400, 400]
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)