Hi!

I'm trying to embed Matplotlib in wxPython and I find myself in some
troubles. I'm sure someone here could help me.

I need an application where plot some functions, three or four graphics at
the same time. I've done a frame, and with matplotlib I've plot two graphs
in it. I've introduced a toolbar, NavigationToolbar2Wx.

And here is my problem. I can put one toolbar for each graph, but when I
make a zoom I want all the graphs change in the same way. That's possible?
I've been thinking in make zoom in one graph, and then create a function
that receive the data of new axes and resize the other graphs.

Thanks in advance, all suggestions gratefully received!
Miquel
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to