pyvista.ChartBox.title#

property ChartBox.title[source]#

Return or set the chart’s title.

Examples

Create a boxplot chart with title ‘My Chart’.

>>> import pyvista as pv
>>> chart = pv.ChartBox([[0, 1, 1, 2, 3, 3, 4]])
>>> chart.title = 'My Chart'
>>> chart.show()
https://d33wubrfki0l68.cloudfront.net/e5de7061c7488eb7cb107a6527199469a4715723/1e445/_images/pyvista-chartbox-title-2_00_00.png