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 http://numpy.ma/ module. It provides a masked array object that deals gracefully with

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.xticks([0, 1,

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