Open GoogleCodeExporter opened 9 years ago
It looks like this behavior is due to the fact that each time the constraint is
moved
(OnChangeConstraint in main.py) it calls Replot in guidvh.py, which in turn
calls
axes.cla(), clearing the axis before replotting and thus losing the zoom level.
One fix might be to pass the current x and y limits to Replot. This might have
the
unfortunate side effect of locking the user into that zoom level though...
Will continue to look into this.
Original comment by roy.coding@gmail.com
on 11 Feb 2010 at 7:54
Original issue reported on code.google.com by
roy.coding@gmail.com
on 24 Nov 2009 at 11:18