pyvista.plotting.charts.AreaPlot.label#

property AreaPlot.label[source]#

Return or set the this plot’s label, as shown in the chart’s legend.

Examples

Create a area plot with custom label.

>>> import pyvista as pv
>>> chart = pv.Chart2D()
>>> plot = chart.area([0, 1, 2], [0, 0, 1], [1, 3, 2])
>>> plot.label = "My awesome plot"
>>> chart.show()
https://d33wubrfki0l68.cloudfront.net/aaf9945606c02bbc7ec9c613de1a85d75d3f8aaa/c7631/_images/pyvista-plotting-charts-areaplot-label-2_00_00.png