dual y scales

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

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 like two_scales.py in the mpl examples? (in svn or download from the homepage)

···

--
cheers,
steve

Random number generation is the art of producing pure gibberish as quickly as possible.

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

···

On Thu, 13 Sep 2007, Steve Schmerler apparently wrote:

two_scales.py in the mpl examples?