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: > http://rapidfire.sci.gsfc.n

Re: [Matplotlib-users] screen colors invert with matplotlib

2008-01-11 Thread Vincent Schut
a though why it would happen with qt4, but not with other gui libraries... Cheers, Vincent Schut. Dan Karipides wrote: > Darren, > > This is interesting. I tried to get a screenshot of the bad behavior for > you. My first attempt was to just hit "print screen". Under Fed

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 em

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

2007-12-06 Thread Vincent Schut
x27;t know how to get that path 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: &g

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

2007-12-06 Thread Vincent Schut
mage x = self.to_rgba(self._A, self._alpha) File "/usr/lib64/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. >

[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 t

Re: [Matplotlib-users] ANN: basemap toolkit version 0.9.7 released

2007-11-26 Thread Vincent Schut
Jeff Whitaker wrote: > Vincent Schut wrote: >> Jeff Whitaker wrote: >> >> >>> There is an extra dependency on the GEOS (Geometry Engine) library >>> (http://geos.refractions.net). The source code is included with >>> basemap, >>> but

Re: [Matplotlib-users] ANN: basemap toolkit version 0.9.7 released

2007-11-26 Thread Vincent Schut
Jeff Whitaker wrote: > > There is an extra dependency on the GEOS (Geometry Engine) library > (http://geos.refractions.net). The source code is included with basemap, > but requires a separate ./configure; make ;make install step before running > setup.py. Using the GEOS library speeds up the c