matplotlib plot() zoomout

hello,

im currently working on an interface for data analysis based on the
matplotlib gui,
there is basically some data which i plot with the plot() command and then i
read in some
datapoints with a self written routine and the mpl_connect() method.

right after that the data point gets plotted into the figure
and the hole figure gets redrawn with the draw() method

everything works fine so far, my only problem is that
when the figure gets redrawn, there is a zoom out like when pressing the 'h'
button,
is there a possibility to avoid this ?
the problem is I have a lot of data and a lot to zoom in before selecting a
data point, so that means after each data point
i have again to zoom into the figure and so on...

thks for your help

ยทยทยท

--
View this message in context: http://old.nabble.com/matplotlib-plot()-zoomout-tp31767232p31767232.html
Sent from the matplotlib - users mailing list archive at Nabble.com.