Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73ad911

Browse files
committed
fixed tick bug
svn path=/trunk/matplotlib/; revision=435
1 parent 41e6351 commit 73ad911

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

TODO

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,4 +487,20 @@
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+

0 commit comments

Comments
 (0)