pyvista.plotting.charts.Axis.label_size#

property Axis.label_size[source]#

Return or set the size of the axis label font.

Examples

Set the x-axis label font size of a 2D chart to 20.

>>> import pyvista
>>> chart = pyvista.Chart2D()
>>> _ = chart.line([0, 1, 2], [2, 1, 3])
>>> chart.x_axis.label_size = 20
>>> chart.x_axis.label_size
20
>>> chart.show()
https://d33wubrfki0l68.cloudfront.net/a05f2d5a228e09d9524328ca0059978600b8c6db/4796a/_images/pyvista-plotting-charts-axis-label_size-1_00_00.png