File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ Widgets
2+ ~~~~~~~
3+
4+ The *visible * attribute getter of Selector widgets has been deprecated;
5+ use ``get_visible ``
Original file line number Diff line number Diff line change 1+ ``Figure.callbacks `` is deprecated
2+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+ The Figure ``callbacks `` property is deprecated. The only signal was
5+ "dpi_changed", which can be replaced by connecting to the "resize_event" on the
6+ canvas ``figure.canvas.mpl_connect("resize_event", func) `` instead.
7+
8+
9+
10+ Passing too many positional arguments to ``tripcolor ``
11+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12+ ... raises ``TypeError `` (extra arguments were previously ignored).
13+
14+
15+ The *filled * argument to ``Colorbar `` is removed
16+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17+ This behavior was already governed by the underlying ``ScalarMappable ``.
18+
19+
20+ Widgets
21+ ~~~~~~~
22+
23+ The *visible * attribute setter of Selector widgets has been removed; use ``set_visible ``
24+ The associated getter is also deprecated, but not yet expired.
You can’t perform that action at this time.
0 commit comments