Re: [Matplotlib-users] different vertical axes scales

2009-05-02 Thread John Hunter
On Sat, May 2, 2009 at 5:00 PM, Gideon Simpson wrote: > I have two time series, {u_j} and {v_j}, with vastly different scales, > but all sampled at the same times, {t_j}. Is there an easy way to > plot the two on the same figure, with different vertical axes on the > left and the right? > Take a

[Matplotlib-users] different vertical axes scales

2009-05-02 Thread Gideon Simpson
I have two time series, {u_j} and {v_j}, with vastly different scales, but all sampled at the same times, {t_j}. Is there an easy way to plot the two on the same figure, with different vertical axes on the left and the right? -gideon ---