download_usa_texture#
- download_usa_texture(load: bool = True) Texture | str[source]#
Download USA texture.
- Parameters:
- Returns:
- output
pyvista.DataSet|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> from pyvista import examples
>>> dataset = examples.download_usa_texture()
>>> dataset.plot(cpos='xy')