Re: [Matplotlib-users] multip axis

2007-08-29 Thread Jed Frechette
nie ninesun wrote: > > i am new user of matplotlib,i want display two curve on one graph.but i > want these two curve have same X axis.but the Y axis is not same... > Seeing as this came up. Is it possible to have more than 2 y axes? For example: http://www.unm.edu/~jdfrech/fire-climate.pn

Re: [Matplotlib-users] multip axis

2007-08-28 Thread Benoit Donnet
Hey, twinx() is what you need. Download the examples (http://matplotlib.sourceforge.net/ matplotlib_examples_0.90.0.zip). There is an example on how to use twinx() (this is the file two_scales.py) Keep on Rockin' Benoit Le 29-août-07 à 00:03, nie ninesun a écrit : > hi everyone > i am ne

[Matplotlib-users] multip axis

2007-08-28 Thread nie ninesun
hi everyone i am new user of matplotlib,i want display two curve on one graph.but i want these two curve have same X axis.but the Y axis is not same.I read the sample of matplotlib,there is an example about subplot.but i don't hope to use such one,These two curve should be displayed in on plot