pyvista.plotting.charts.PiePlot.color#

property PiePlot.color[source]#

Return or set the plot’s color.

This is the color used by the plot’s brush to draw the different components.

Examples

Set the pie plot’s color to red.

>>> import pyvista
>>> chart = pyvista.ChartPie([4, 3, 2, 1])
>>> plot = chart.plot
>>> plot.color = 'r'
>>> chart.show()
https://d33wubrfki0l68.cloudfront.net/3803815d38a063b606860ce664ea0ca67ec2c205/e89f1/_images/pyvista-plotting-charts-pieplot-color-1_00_00.png