News

No, it’s limited to the maptlotlib library in python. Matplotlib has a matlab-like interface though, so if you aren’t doing anything too fancy it probably wouldn’t be difficult to port the ...
I suspect the problem is that matplotlib needs constant-length arrays to plot two on the same plot. For each 'tick' of the animate function it will need to know what value to write for that instant.