pyvista.plotting.charts.Pen.width#

property Pen.width[ソース]#

ペンの幅を返すか設定します.

ペン幅を10に設定します

>>> import pyvista as pv
>>> chart = pv.Chart2D()
>>> plot = chart.line([0, 1, 2], [2, 1, 3])
>>> plot.pen.width = 10
>>> chart.show()
../../../../_images/pyvista-plotting-charts-Pen-width-1_00_00.png