plot_datasets#
- plot_datasets(dataset_type=None)[source]#
Plot the pyvista dataset types.
This demo plots the following PyVista dataset types:
- Parameters:
- dataset_type
str,optional If set, plot just that dataset. Must be one of the following:
'PolyData''UnstructuredGrid''ImageData''RectilinearGrid''StructuredGrid'
- dataset_type
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import demos
>>> demos.plot_datasets()