Re: [Matplotlib-users] Multiple Y-axis

2007-05-22 Thread Bernhard Voigt
Is there any documentation or example presenting similar graphs ? Take a look at two_scales.py from the examples ( http://matplotlib.sourceforge.net/matplotlib_examples_0.90.0.zip) Bernhard - This SF.net email is sponsore

Re: [Matplotlib-users] Multiple Y-axis

2007-05-22 Thread Benoit Donnet
Hi, to the best of my knowledge, you have only the opportunity to use the left Y-axis and the right Y-axis (use twinx()) Benoit Le 22-mai-07 à 11:44, PA a écrit : > > Hello, > > We use Matplotlib for the generation of graphs. > This library seems very complete and powerful. > > Nevertheless

[Matplotlib-users] Matplotlib binaries built against Python2.5 and wxPython2.8-unicode

2007-05-22 Thread Matthias Kirst
Dear list, Are there binaries available for - win32 - built against Python 2.5 - built against wxPython 2.8-unicode ? Thanks, Matthias -- Matthias Kirst CLONDIAG chip technologies GmbH Löbstedter Straße 103-105 07749 Jena Germany phone: +49 (0)3641-5947-00 fax: +49 (0)3641-5947

[Matplotlib-users] Multiple Y-axis

2007-05-22 Thread PA
Hello, We use Matplotlib for the generation of graphs. This library seems very complete and powerful. Nevertheless we have difficulty making a graph that represents multiple curves with multiple Y-Axis. We don't find how to add a new Y-Axis: - on the left Y-axis and on the left of the axis