pyvista.plotting.charts.BarPlot.brush#

property BarPlot.brush[ソース]#

Brushオブジェクトは,このプロットの形状がどのように塗りつぶされるかを制御します.

戻り値:
Brush

Brushオブジェクトは,このプロットの形状がどのように塗りつぶされるかを制御します.

棒グラフのbrushオブジェクトにカスタムテクスチャを使用します.

>>> import pyvista as pv
>>> from pyvista import examples
>>> chart = pv.Chart2D()
>>> plot = chart.bar([1, 2, 3], [2, 1, 3])
>>> plot.brush.texture = examples.download_puppy_texture()
>>> chart.show()
../../../../_images/pyvista-plotting-charts-BarPlot-brush-1_00_00.png