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
28
39ColormapJet and Grayscale are deprecated. For backwards
410compatibility, 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):
505505ZeroDivisionError: 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
You can’t perform that action at this time.
0 commit comments