pyvista.examples.downloads.download_antarctica_velocity#
- download_antarctica_velocity(load=True)[source]#
 Download the antarctica velocity simulation results.
- Parameters:
 - Returns:
 pyvista.PolyData|strDataSet or filename depending on
load.
Examples
>>> from pyvista import examples >>> dataset = examples.download_antarctica_velocity() >>> dataset.plot(cpos='xy', clim=[1e-3, 1e4], cmap='Blues', log_scale=True)
See also
- Antarctica Velocity Dataset
 See this dataset in the Dataset Gallery for more info.
- Compare Field Across Mesh Regions
 Example using this dataset.