jbusecke / xmovie

A simple way of creating movies from xarray objects
https://xmovie.readthedocs.io/
MIT License
251 stars 38 forks source link

Making movies using faceting #153

Open tomchor opened 1 year ago

tomchor commented 1 year ago

Basically I have a dataset that I'd to plot using facegrid, but I couldn't figure out a way to do this using xmovie since plotfunc() apparently needs to include the figure in its signature, and I don't think I can do faceting and specify the figure at the same time.

Is this currently possible?