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.
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 thefig
ure in its signature, and I don't think I can do faceting and specify the figure at the same time.Is this currently possible?