File tree Expand file tree Collapse file tree 4 files changed +18
-10
lines changed
next_api_changes/deprecations Expand file tree Collapse file tree 4 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 11[
22 {
3- "name" : " 3.6 (stable)" ,
3+ "name" : " 3.6.1 (stable)" ,
44 "version" : " stable" ,
55 "url" : " https://matplotlib.org/stable/"
66 },
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ API Changes for 3.6.1
2+ =====================
3+
4+ Deprecations
5+ ------------
6+
7+ Colorbars for orphaned mappables are deprecated, but no longer raise
8+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+ Before 3.6.0, Colorbars for mappables that do not have a parent Axes would
11+ steal space from the current Axes. 3.6.0 raised an error on this, but without a
12+ deprecation cycle. For 3.6.1 this is reverted; the current Axes is used, but a
13+ deprecation warning is shown instead. In this undetermined case, users and
14+ libraries should explicitly specify what Axes they want space to be stolen
15+ from: ``fig.colorbar(mappable, ax=plt.gca()) ``.
Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ Version 3.6
1515 :maxdepth: 1
1616
1717 prev_whats_new/whats_new_3.6.0.rst
18+ ../api/prev_api_changes/api_changes_3.6.1.rst
1819 ../api/prev_api_changes/api_changes_3.6.0.rst
1920 github_stats.rst
21+ prev_whats_new/github_stats_3.6.0.rst
2022
2123Version 3.5
2224===========
You can’t perform that action at this time.
0 commit comments