pyvista.ChartBox.background_texture#

property ChartBox.background_texture[ソース]#

チャートの背景テクスチャーを返すか設定します.

絵文字を背景にした箱ひげチャート図を作成することができます.

>>> import pyvista as pv
>>> from pyvista import examples
>>> chart = pv.ChartBox([[0, 1, 1, 2, 3, 3, 4]])
>>> chart.background_texture = examples.download_emoji_texture()
>>> chart.show(interactive=False)
../../../../_images/pyvista-ChartBox-background_texture-1_00_00.png