Theme.render_lines_as_tubes#
- property Theme.render_lines_as_tubes: bool[source]#
Return or set the default
render_lines_as_tubesparameter.
Examples#
Download Python source code | Download Jupyter notebook
Render points as spheres by default globally.
>>> import pyvista as pv
>>> pv.global_theme.render_lines_as_tubes = True