Re: [Matplotlib-users] ANN: matplotlib website 1.0

2008-10-24 Thread Ryan May
Michael Droettboom wrote: > I think what's going on there is a syntax error in the clabel docstring > that is truncating it. I fixed this in SVN. I think there's a cron job > running, so this should update in due time. > > In general, the documentation is built directly from the docstrings in >

Re: [Matplotlib-users] ANN: matplotlib website 1.0

2008-10-24 Thread Michael Droettboom
I think what's going on there is a syntax error in the clabel docstring that is truncating it. I fixed this in SVN. I think there's a cron job running, so this should update in due time. In general, the documentation is built directly from the docstrings in SVN so they should correspond, but

Re: [Matplotlib-users] ANN: matplotlib website 1.0

2008-10-24 Thread Ryan May
John Hunter wrote: > On Thu, Oct 23, 2008 at 10:51 AM, Ryan May <[EMAIL PROTECTED]> wrote: > >> I've done it for barbs and I'll see if I notice anything else as time >> allows. Obviously I'm biased towards certain functionality. :) I'm >> guessing you guys have to do regenerate the docs and push

Re: [Matplotlib-users] Problems with imshow logarithmic plot

2008-10-24 Thread Michael Droettboom
imshow doesn't handle logarithmic data. You'll want to use pcolor or pcolormesh instead. As for the graininess, unfortunately, pcolor and pcolormesh don't support any kind of interpolation. (imshow does, but it can only draw uniform data). Mike John [H2O] wrote: > Hello, > > I'm trying to g

[Matplotlib-users] Problems with imshow logarithmic plot

2008-10-24 Thread John [H2O]
Hello, I'm trying to get imshow to plot logarithmic data. I'm having some problems with the colorbar or data?? Note, I plot the max_dat value on the bottom of the figure, but it does not seem to correspond with the values in the plot??? Any ideas? Also, does anyone have some recommendations on h

Re: [Matplotlib-users] Problems in importing Pylab

2008-10-24 Thread Sandro Tosi
On Fri, Oct 24, 2008 at 13:43, Angus McMorland <[EMAIL PROTECTED]> wrote: > 2008/10/24 Lorenzo Isella <[EMAIL PROTECTED]>: >> I am running Debian testing on my box. I had not used Python for about >> a couple of weeks (during which I updated my system regularly) only to >> find out that today I hav

Re: [Matplotlib-users] Problems in importing Pylab

2008-10-24 Thread Lorenzo Isella
Perfect; that saved my day. Many thanks Lorenzo 2008/10/24 Angus McMorland <[EMAIL PROTECTED]>: > 2008/10/24 Lorenzo Isella <[EMAIL PROTECTED]>: >> Dear All, >> I am running Debian testing on my box. I had not used Python for about >> a couple of weeks (during which I updated my system regularly)

Re: [Matplotlib-users] Problems in importing Pylab

2008-10-24 Thread Angus McMorland
2008/10/24 Lorenzo Isella <[EMAIL PROTECTED]>: > Dear All, > I am running Debian testing on my box. I had not used Python for about > a couple of weeks (during which I updated my system regularly) only to > find out that today I have a trouble if I try to import pylab. See > below what happens > >

[Matplotlib-users] Problems in importing Pylab

2008-10-24 Thread Lorenzo Isella
Dear All, I am running Debian testing on my box. I had not used Python for about a couple of weeks (during which I updated my system regularly) only to find out that today I have a trouble if I try to import pylab. See below what happens In [1]: import pylab as p --