[Matplotlib-users] Using blit=True in matplotlib.animation

2015-05-30 Thread Peter Rowat
I’m on OS X, trying to write a multi-slider-controlled animation. If I have blit=True in the call to matplotlib.animation, I get this message matplotlib.animation.BackendError: The current backend is 'MacOSX' and may go into an infinite loop with blit turned on. Either turn off blit or use an al

[Matplotlib-users] How to place an image colorbar next to the image when there are several subplots ?

2015-02-19 Thread Peter Rowat
I apologize for asking such a trivial question, but I’ve spent a long time trying to fix this: I have a large 2D array that displays as an image, with a colorbar on the side. I also display 2 curves on top of the image. i.e. in same axes. The following code does it: fig,ax = plt.subplots()