[Matplotlib-users] Changing symbols on the fly

2006-08-10 Thread David Grant
I have a look like this:    for i,_ in enumerate(myRunObject.results[0]):    pylab.plot(x, counts[i])That will plot a bunch of curves and I would like the point style to change as well as the colour (which changes automatically). Is there a nice way to do this? The only idea I had was to make a

Re: [Matplotlib-users] IndexFormatter missing

2006-07-12 Thread David Grant
On 7/12/06, John Hunter <[EMAIL PROTECTED]> wrote: >>>>> "John" == John Hunter <[EMAIL PROTECTED]> writes:>>>>> "David" == David Grant < [EMAIL PROTECTED]> writes:David> edges=[54, 76, 80, 100] stats=[5.423, 23.226,

Re: [Matplotlib-users] IndexFormatter missing

2006-07-12 Thread David Grant
On 7/12/06, John Hunter <[EMAIL PROTECTED]> wrote: >>>>> "David" == David Grant <[EMAIL PROTECTED]> writes:David> Anyone know what happened toDavid> matplotlib.ticker.IndexFormatter ? Is there are replacementDavid> for it?I don't know

[Matplotlib-users] IndexFormatter missing

2006-07-12 Thread David Grant
Anyone know what happened to matplotlib.ticker.IndexFormatter? Is there are replacement for it?-- David Grant - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre

[Matplotlib-users] matplotlib IndexFormatter missing

2006-07-11 Thread David Grant
Anyone know what happened to matplotlib.ticker.IndexFormatter? Is there are replacement for it?-- David GrantPlease Note my new email address: [EMAIL PROTECTED] - Using Tomcat but need to do more? Need to support web services