Re: [matplotlib-devel] Animate Contourf with only new frames

2015-02-23 Thread Benjamin Root
Huh, how about that. ContourSet subclasses ScalarMappable, but not Artist. I don't know if that is intentional or not, but given that most plotting functions return artists, this would seem to be an anomaly. FuncAnimation expects a list of Artists. Since QuadContourSet is (apparently) not an

Re: [matplotlib-devel] Animate Contourf with only new frames

2015-02-23 Thread Thomas Caswell
This should probably be changed to use the new and improved container class (along with error bar), but I should read the code to be sure. On Mon, Feb 23, 2015, 11:44 Benjamin Root ben.r...@ou.edu wrote: Huh, how about that. ContourSet subclasses ScalarMappable, but not Artist. I don't know if