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()