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%28%29-zoomout-tp31767232p31767232.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to