download_emoji_texture#
- download_emoji_texture(load: bool = True) Texture | str[source]#
Download emoji texture.
- Parameters:
- Returns:
- output
pyvista.Texture|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.download_emoji_texture()
>>> dataset.plot(cpos='xy')
See Also#
- Emoji Texture Dataset
See this dataset in the Dataset Gallery for more info.
Used In#
Docstring Examples
Chart2D.background_texture(1 use)ChartBox.background_texture(1 use)ChartMPL.background_texture(1 use)ChartPie.background_texture(1 use)