pyvista.ChartBox.border_width#

property ChartBox.border_width[source]#

Return or set the chart’s border width.

Examples

Create a boxplot chart with a thick, dashed red border.

>>> import pyvista
>>> chart = pyvista.ChartBox([[0, 1, 1, 2, 3, 3, 4]])
>>> chart.border_color = 'r'
>>> chart.border_width = 5
>>> chart.border_style = '--'
>>> chart.show(interactive=False)
https://d33wubrfki0l68.cloudfront.net/87382621ee7f73c5980cf2e9929a28fd785051ee/a930e/_images/pyvista-chartbox-border_width-1_00_00.png