Re: [Matplotlib-users] dual y scales

2007-09-12 Thread Alan G Isaac
On Thu, 13 Sep 2007, Steve Schmerler apparently wrote: > two_scales.py in the mpl examples? Yes, that is pretty good, and much better than the approaches used in the examples behind the screen shots: http://matplotlib.sourceforge.net/screenshots.html Thanks! Alan --

Re: [Matplotlib-users] dual y scales

2007-09-12 Thread Steve Schmerler
Alan G Isaac wrote: > I need to make some dual y-scale plots: > on time series plotted against the left axis, > with a second plotted again the right axis (which has its > own scale). I think Matplotlib did not used to provide > dual scale plotting: is it now available? > You mean something lik

[Matplotlib-users] dual y scales

2007-09-12 Thread Alan G Isaac
I need to make some dual y-scale plots: on time series plotted against the left axis, with a second plotted again the right axis (which has its own scale). I think Matplotlib did not used to provide dual scale plotting: is it now available? Thank you, Alan Isaac