[Matplotlib-users] python / matplotlib central

2011-11-17 Thread Rahul Mahajan
Hi, Is there such a thing Python / Matplotlib Central Exchange similar to the File Exchange on Matlab Central ( http://www.mathworks.com/matlabcentral/fileexchange/ ) that anyone is aware of which allows one to search for user-contributed functions / packages. Many Thanks!

[Matplotlib-users] Python / Matplotlib Central

2011-11-13 Thread Rahul Mahajan
Hi, Is there such a thing Python / Matplotlib Central Exchange similar to the File Exchange on Matlab Central ( http://www.mathworks.com/matlabcentral/fileexchange/ ) that anyone is aware of which allows one to search for user-contributed functions / packages. Many Thanks!

[Matplotlib-users] 1 colorbar on 2 subplots.

2011-11-04 Thread Rahul Mahajan
Hi, I am trying to put 1 colorbar on 2 subplots, but failing miserably. I have tried multiple approaches, involving subplot2grid, add_axes, AxesGrid etc. If anyone has a canned routine or knows what to do, your help is greatly appreciated. Here is my code block: fig = pyplot.figure()