pyvista.plotting.themes.Theme.render_lines_as_tubes#

property Theme.render_lines_as_tubes: bool[source]#

Return or set the default render_lines_as_tubes parameter.

Examples

Render points as spheres by default globally.

>>> import pyvista as pv
>>> pv.global_theme.render_lines_as_tubes = True