pyvista.plotting.charts.StackPlot.color#

property StackPlot.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 stack plot’s color to red.

>>> import pyvista
>>> chart = pyvista.Chart2D()
>>> plot = chart.stack([0, 1, 2], [2, 1, 3])
>>> plot.color = 'r'
>>> chart.show()
https://d33wubrfki0l68.cloudfront.net/9be5b25c127250cf4014600419aa69c006354c94/a6598/_images/pyvista-plotting-charts-stackplot-color-1_00_00.png