| 
     
      
      
      From: Miquel P. <miq...@gm...> - 2007-06-21 18:02:53
      
     
   | 
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  |