Re: [Matplotlib-users] matshow?

2007-03-18 Thread Suresh Pillai
On Sun, 18 Mar 2007, Eric Firing wrote: > One of the matshow anomalies is that it is a pylab function only instead > of a wrapper for an Axes method, so I made a new Axes.matshow(), and a > temporary matshow1() pylab function that calls it. Differences between > matshow() and matshow1(): > > 1) T

Re: [Matplotlib-users] matshow?

2007-03-18 Thread Eric Firing
Fernando Perez wrote: [...] > Frankly, I don't care how it's done: I wrote matshow long ago, back > when axis('scaled') didn't exist in the first place. If the same > result can be achieved by other means that are cleaner, I'm sure John > will accept a patch. One of the matshow anomalies is that

Re: [Matplotlib-users] PDF Backend problem still unresolved

2007-03-18 Thread kc106_2005-matplotlib
Thanks for the reply, Jouni. I am running Python 2.3 on Windows XP, latest version of MPL. I'll see if I can reproduce the problem using standard examples. Regards, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jouni K Seppänen > Sent: Sat

Re: [Matplotlib-users] clearing a figure

2007-03-18 Thread Fernando Perez
On 1/11/07, belinda thom <[EMAIL PROTECTED]> wrote: > Hi, > > > With the exception of ipython -pylab, noone is forcing you to import > > *. And on the subject, Fernando, perhaps we should support a pylab > > mode in ipython which doesn't dump the pylab namespace (or maybe just > > dumps the requir

Re: [Matplotlib-users] Ipython and python2.5

2007-03-18 Thread Fernando Perez
On 1/26/07, Fernando Perez <[EMAIL PROTECTED]> wrote: > On 1/25/07, Alan G Isaac <[EMAIL PROTECTED]> wrote: > > On Wed, 24 Jan 2007, Fernando Perez apparently wrote: > > > Let us know if this is not enough or if you have any other issues. > > > > How about for Windows users? You list as dependenci

Re: [Matplotlib-users] cumulative distribution function

2007-03-18 Thread Simson Garfinkel
On Mar 18, 2007, at 12:41 PM, John Hunter wrote: > On 3/17/07, Simson Garfinkel <[EMAIL PROTECTED]> wrote: >> Hi. I haven't been active for a while, but now I have another paper >> that I need to get out... > > Glad to have you back... Thanks. I've taken a new job, moved to california, and have

Re: [Matplotlib-users] xticklabels question

2007-03-18 Thread John Hunter
On 3/18/07, Allan Noriel Estrella <[EMAIL PROTECTED]> wrote: > I have an array of data that were sampled with a sampling rate of 1.5625 > samples/sec . I want to plot these data with the x axis showing time in > terms of hours for the major ticks and minutes for the minor ticks in my > custom made

Re: [Matplotlib-users] cumulative distribution function

2007-03-18 Thread John Hunter
On 3/17/07, Simson Garfinkel <[EMAIL PROTECTED]> wrote: > Hi. I haven't been active for a while, but now I have another paper > that I need to get out... Glad to have you back... > Anyway, I need to draw a cumulative distribution function, as the > reviewers of my last paper really nailed me to t

[Matplotlib-users] xticklabels question

2007-03-18 Thread Allan Noriel Estrella
I have an array of data that were sampled with a sampling rate of 1.5625samples/sec . I want to plot these data with the x axis showing time in terms of hours for the major ticks and minutes for the minor ticks in my custom made wx App. I have been fiddling around with the HourLocator and MinuteLo

[Matplotlib-users] Legend Bug in Pie chart with shadow=True

2007-03-18 Thread Michael
1.please compare figure 1 and figure 2 2 How to change text color on Pie chart ? (If fragment of Pie chart is black text is unreadable ) 3. Text "0.5%" in figure 2 is unreadable, how correct this? ( i try use pctdistance= 1.1 but if value is format autopct='%1.4f%%' some text is unreadable ) #