pyvista.ChartPie.background_texture#

property ChartPie.background_texture[ソース]#

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

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

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