File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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
2
8
3
9
ColormapJet and Grayscale are deprecated. For backwards
4
10
compatibility, they can be obtained either by doing
Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ Traceback (most recent call last):
505
505
ZeroDivisionError: SeparableTransformation::eval_scalars yin interval is zero; cannot transform
506
506
507
507
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
509
509
improperly
510
510
511
511
-- DONE text colors for svg
@@ -521,4 +521,6 @@ ZeroDivisionError: SeparableTransformation::eval_scalars yin interval is zero; c
521
521
522
522
-- blit on gtkagg after print is whacked
523
523
524
- -- investigate matfile inclusion
524
+ -- investigate matfile inclusion
525
+
526
+ -- offset ps and svg text by max descender
You can’t perform that action at this time.
0 commit comments