pyvista / pyvista-xarray

xarray DataArray accessors for PyVista
Apache License 2.0
100 stars 7 forks source link

Animated plots exported as gifs? #48

Closed TomNicholas closed 1 year ago

TomNicholas commented 1 year ago

A gif is worth 1000 plots - can we make them via pyvista-xarray?

I saw this pyvista example and immediately thought about plotting xarray data that has a 'time' dimension as an animated 3D plot over time. Can we just wrap similar code to this example inside the pyvista accessor?

cc @jbusecke

TomNicholas commented 1 year ago

Maybe this is already pretty easy - in which case an example showing how to animate something would be awesome!