pyvista.plotting.charts.ScatterPlot2D.label#

property ScatterPlot2D.label[source]#

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

Examples

Create a 2D scatter plot with custom label.

>>> import pyvista
>>> chart = pyvista.Chart2D()
>>> plot = chart.scatter([0, 1, 2, 3, 4], [2, 1, 3, 4, 2])
>>> plot.label = "My awesome plot"
>>> chart.show()
https://d33wubrfki0l68.cloudfront.net/b5efeae4e1294c7a72ffcc799a6b7eea2896718a/23cdc/_images/pyvista-plotting-charts-scatterplot2d-label-1_00_00.png