Re: [Matplotlib-users] setting scientific number notation on colorbar

2010-06-01 Thread Vincent Schut
On 06/01/2010 02:56 AM, Oz Nahum wrote: hi andre, thanks for your reply, do you know where I can find more documentation about this ? check http://docs.python.org/library/stdtypes.html#string-formatting Regards, VS.

Re: [Matplotlib-users] Plotting MODIS data in Python / basemap - a MODIS workflow solution?

2009-10-27 Thread Vincent Schut
John [H2O] wrote: Hello, Recently I read a clear and helpful blog entry by Christian Perone (author of pyevolve): http://pyevolve.sourceforge.net/wordpress/?p=86 I asked him if he had a solution for plotting standard MODIS hdf products available here:

Re: [Matplotlib-users] bug in cm.py

2007-12-07 Thread Vincent Schut
Michael Droettboom wrote: Thanks, that helps a lot. It seems to be working now -- I've committed this in r4643. Cheers, Mike Mike, thanks a lot for the rapid action! Bugs squashed. Cheers, Vincent. - SF.Net email

[Matplotlib-users] bug in cm.py

2007-12-06 Thread Vincent Schut
Hi, there is a bug in cm.py (svn): it references npy (first time: line 58), but npy is never imported. Cheers, VS. - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to

Re: [Matplotlib-users] bug in cm.py

2007-12-06 Thread Vincent Schut
/python2.5/site-packages/matplotlib/cm.py, line 61, in to_rgba m, n = npy.shape[:2] TypeError: 'function' object is unsubscriptable Michael Droettboom wrote: Thanks. I have corrected this in SVN. Cheers, Mike Vincent Schut wrote: Hi, there is a bug in cm.py (svn): it references npy (first

Re: [Matplotlib-users] bug in cm.py

2007-12-06 Thread Vincent Schut
to execute -- but I'm happy to work through your example until it's working. (I suspect the intention here was m, n = x.shape[:2], but I can't test it.) Cheers, Mike Vincent Schut wrote: Thanks. However, now I get a different error: Traceback (most recent call last): File /usr