pyvista.plotting.charts.PiePlot.line_width#

property PiePlot.line_width[source]#

Return or set the line width of all lines drawn in this plot.

This is equivalent to accessing/modifying the width of this plot’s pen.

Examples

Set the line width to 10

>>> import pyvista
>>> chart = pyvista.ChartPie([4, 3, 2, 1])
>>> plot = chart.plot
>>> plot.line_style = '-'  # Make sure all lines are visible
>>> plot.line_width = 10
>>> chart.show()
https://d33wubrfki0l68.cloudfront.net/4d59ed20d1b3eeb4a1fe843d77c285b4fb1f4d77/7f86e/_images/pyvista-plotting-charts-pieplot-line_width-1_00_00.png