pyvista.ChartMPL.background_texture#

property ChartMPL.background_texture[ソース]#

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

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

>>> import pyvista as pv
>>> from pyvista import examples
>>> chart = pv.ChartMPL()
>>> plots = chart.figure.axes[0].plot([0, 1, 2], [2, 1, 3])
>>> chart.background_texture = examples.download_emoji_texture()
>>> chart.show(interactive=False)
../../../../_images/pyvista-ChartMPL-background_texture-1_01_00.png