Re: [Matplotlib-users] Plotting 2 Y Vars 1 X Var

2010-03-02 Thread John Hunter
On Mon, Mar 1, 2010 at 8:30 PM, kotsumu wrote: > > I have a X Variable in years and 2 y variables. That I want to plot on a > single graph. > I have already listed my X variable and 2 y variables in a list but I don't > know how to plot them on the single graph. > > My x variable for example 1948

[Matplotlib-users] Plotting 2 Y Vars 1 X Var

2010-03-02 Thread kotsumu
I have a X Variable in years and 2 y variables. That I want to plot on a single graph. I have already listed my X variable and 2 y variables in a list but I don't know how to plot them on the single graph. My x variable for example 1948 is not in the scale of for example 0.48... What should I do