Hello List,

assume I'm creating a plot via
>f = Figure(figsize=(5,4), dpi=100)
>graph = f.add_subplot(111, autoscale_on=False, xlim=[4,50], ybound=-2)
>graph.plot(x,y,"g--o", ms=5)
then the user zooms around a little does this and that.
Now I want to draw a second plot, which uses the new xlim and ylim
values from the old plot (i.e. has the same scaling). How can read out
those values?

best wishes
heiko



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to