Re: [Matplotlib-users] parametric line color

2011-07-30 Thread Eric Firing
On 07/29/2011 06:03 PM, Alan G Isaac wrote: > I have many lines to plot. > Each line has an associated parameter value. > I'd like to pick the color for each line > based on its parameter value by mapping > possible parameter values to the colors > in a color map (e.g., gist_rainbow), > retrieving

[Matplotlib-users] Fwd: parametric line color

2011-07-30 Thread Tony Yu
Oops. I meant to reply to the list. -Tony -- Forwarded message -- From: Tony Yu Date: Sat, Jul 30, 2011 at 10:46 AM Subject: Re: [Matplotlib-users] parametric line color To: Alan G Isaac On Sat, Jul 30, 2011 at 12:03 AM, Alan G Isaac wrote: > I have many lines to plot. > Eac

Re: [Matplotlib-users] savefig problem

2011-07-30 Thread Roy Lowrance
Ben: That's what I did: plt.show() then plt.savefig(). I now know to reverse the order. Thanks! - Roy On Fri, Jul 29, 2011 at 7:32 PM, Benjamin Root wrote: > On Fri, Jul 29, 2011 at 6:19 PM, Roy Lowrance wrote: > >> I'm using matplotlib on ubuntu 11.04. >> >> I create a figure and an axes and th