axes in matplotlib

I want to use more than 2 axes in my plot, for example yleft,yright, butoom
or top, is it possible?
any body had done it before?

I read in matplotlib's document that : " matplotlib is organized around
figures and axes. The figure contains an arbitrary number of axes, which can
be placed anywhere in the figure you want, including over other axes. You
can directly create and manage your own figures and axes."
How?

···

--
View this message in context: http://old.nabble.com/axes-in-matplotlib-tp29810432p29810432.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

I suggest spending sometime going through the matplotlib gallery. [http://matplotlib.sourceforge.net/gallery.html]

This example should give you a good start for multiple axes plotting

[http://matplotlib.sourceforge.net/examples/axes_grid/demo_parasite_axes2.html]

Gökhan

···

On Sun, Sep 26, 2010 at 3:49 AM, sa6113 <s.payandeh@…878…287…> wrote:

I want to use more than 2 axes in my plot, for example yleft,yright, butoom

or top, is it possible?

any body had done it before?

I read in matplotlib’s document that : " matplotlib is organized around

figures and axes. The figure contains an arbitrary number of axes, which can

be placed anywhere in the figure you want, including over other axes. You

can directly create and manage your own figures and axes."

How?

Thans for your help.

I don't have mpl_toolkits.axes_grid1 and mpl_toolkits.axisartist modules.
would you please help me to download them.
which release I need to install?

sa6113 wrote:

···

I want to use more than 2 axes in my plot, for example yleft,yright,
butoom or top, is it possible?
any body had done it before?

I read in matplotlib's document that : " matplotlib is organized around
figures and axes. The figure contains an arbitrary number of axes, which
can be placed anywhere in the figure you want, including over other axes.
You can directly create and manage your own figures and axes."
How?

--
View this message in context: http://old.nabble.com/axes-in-matplotlib-tp29810432p29846502.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

axes_grid1 and axisartist were introduced in version 1.0.0. There is an alternate module that existed before v1.0.0 that is very similar: mpl_toolkits.axes_grid, and that might be in the version that you have right now.

What version of matplotlib do you have currently and which OS are you using?

Ben Root

···

On Thu, Sep 30, 2010 at 7:17 AM, sa6113 <s.payandeh@…287…> wrote:

Thans for your help.

I don’t have mpl_toolkits.axes_grid1 and mpl_toolkits.axisartist modules.

would you please help me to download them.

which release I need to install?