Theme.line_width#
- property Theme.line_width: float[source]#
Return or set the default line width.
This is the default value of
pyvista.Property.line_width, which documents the valid range.Changed in version 0.50: A negative width raises instead of being accepted.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> pv.global_theme.line_width = 2.0