|
From: John H. <jd...@gm...> - 2009-02-06 19:10:08
|
On Fri, Feb 6, 2009 at 10:56 AM, Ryan May <rm...@gm...> wrote: > Lionel Roubeyrie wrote: >> You're right, it's the chaco's zooming plot, I confused. >> Is there a way to have this render with matplotlib? > > The event_handling/zoom_window.py example is kind of similar and might give some > clues of where to go. But no, I don't know of a straight-forward version of > chaco's example using matplotlib. Patches are accepted. :) The following example is pretty close to what you want I think -- select a span in the upper axes to see the zoom in the lower: http://matplotlib.sourceforge.net/examples/widgets/span_selector.html JDH |