Re: [Matplotlib-users] matplotlib - representation of nan values in 2D

2007-09-30 Thread Dirk Zickermann
Dear all, thanks for your help. this is what I was looking for! Dirk 2007/9/26, Eric Firing <[EMAIL PROTECTED]>: > > David Huard wrote: > > Hi Dirk, > > > > If you haven't already done so, look at the numpy.ma > > module. It provides a masked array object that deals gracefully

Re: [Matplotlib-users] xticks vs yticks

2007-09-30 Thread Jan Strube
Sorry, reposting, because I sent it from the wrong address. > I'm having some problems understanding the difference between pylab.xticks() > and pylab.yticks() > Consider the following: > > > import pylab as P > > import numpy as N > > > > data = N.random.random((10, 10)) > > P.matshow(data) > > P

[Matplotlib-users] doc bug

2007-09-30 Thread Jan Strube
It appears that IndexFormatter is no longer in ticker.py as the user guide (Table 6.3, p.58) suggests. Cheers, Jan - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http:/

Re: [Matplotlib-users] multiple figures interactively

2007-09-30 Thread Lee, Young-Jin
Folks, I need your help. I'll explain a little further what happens. Following is a test program,'test.py', and screen shot of the error message. Here, 'test.py' is simple chart of sinusoidal function in http://matplotlib.sourceforge.net/screenshots.html (simple_plot.py), but have two of them in se