Hi,
I'm quite new to Matplot. When issuing show() from Python 2.5 under OS X I get a nice menu bar at the bottom with home, left, right etc. How can I use these? I tried the different examples, and there are plenty of examples that open multiple windows (such as legend_auto.py) and that put multiple subplots in a plot, but none that actually use the arrows. How can I put multiple plots into a window that can be navigated using these arrows?
Cheers
Niklas
Hi,
I'm quite new to Matplot. When issuing show() from Python 2.5 under
OS X I get a nice menu bar at the bottom with home, left, right etc.
How can I use these? I tried the different examples, and there are
plenty of examples that open multiple windows (such as
legend_auto.py) and that put multiple subplots in a plot, but none
that actually use the arrows. How can I put multiple plots into a
window that can be navigated using these arrows?
Those arrows are meant to navigate through the various zoom level you
have chosen with the zoom tool (click on the zoom button the select a
rectangle with the left mouse button to zoom in, with the right mouse
button to zoom out). Home returns to the first zoom level.
Cheers
Niklas
Cheers,
~ Antonio
···
On 3/16/07, Niklas Saers <niklassaers@...287...> wrote: