Skip to content

Commit c1d6ea0

Browse files
committed
added event handling to tutorial
svn path=/trunk/matplotlib/; revision=471
1 parent 53f9fb2 commit c1d6ea0

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

API_CHANGES

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
API CHANGES in matplotlib-0.xx
1+
API CHANGES in matplotlib-0.61
2+
3+
canvas.connect is now deprecated for event handling. use
4+
mpl_connect and mpl_disconnect instead. The callback signature is
5+
func(event) rather than func(widget, evet)
6+
7+
API CHANGES in matplotlib-0.60
28

39
ColormapJet and Grayscale are deprecated. For backwards
410
compatibility, they can be obtained either by doing

TODO

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ Traceback (most recent call last):
505505
ZeroDivisionError: SeparableTransformation::eval_scalars yin interval is zero; cannot transform
506506

507507

508-
-- some backends (ps and svg) appear to layout legend_demo2 text
508+
-- DONE some backends (ps and svg) appear to layout legend_demo2 text
509509
improperly
510510

511511
-- DONE text colors for svg
@@ -521,4 +521,6 @@ ZeroDivisionError: SeparableTransformation::eval_scalars yin interval is zero; c
521521

522522
-- blit on gtkagg after print is whacked
523523

524-
-- investigate matfile inclusion
524+
-- investigate matfile inclusion
525+
526+
-- offset ps and svg text by max descender

0 commit comments

Comments
 (0)