File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 487487
488488-- check for zero zoom to rect
489489
490- -- make sure toolbar events and user events can coexist happily
490+ -- make sure toolbar events and user events can coexist happily
491+
492+ -- DONE copy in axis and text return undo
493+
494+ -- repeated zoom in to rect causes tick labels to stop updating and
495+ eventual crash with
496+
497+ ZeroDivisionError: SeparableTransformation::eval_scalars yin interval is zero; cannot transform
498+ Traceback (most recent call last):
499+ File "/usr/local/lib/python2.3/site-packages/matplotlib/backends/backend_gtk.py", line 713, in wrapper
500+ xdata, ydata = a.transData.inverse_xy_tup((thisEvent.x, thisEvent.y))
501+ ZeroDivisionError: SeparableTransformation::eval_scalars yin interval is zero; cannot transform
502+ Traceback (most recent call last):
503+ File "/usr/local/lib/python2.3/site-packages/matplotlib/backends/backend_gtk.py", line 713, in wrapper
504+ xdata, ydata = a.transData.inverse_xy_tup((thisEvent.x, thisEvent.y))
505+ ZeroDivisionError: SeparableTransformation::eval_scalars yin interval is zero; cannot transform
506+
You can’t perform that action at this time.
0 commit comments