File tree 4 files changed +18
-10
lines changed
next_api_changes/deprecations
4 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "name" : " 3.6 (stable)" ,
3
+ "name" : " 3.6.1 (stable)" ,
4
4
"version" : " stable" ,
5
5
"url" : " https://matplotlib.org/stable/"
6
6
},
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
15
15
:maxdepth: 1
16
16
17
17
prev_whats_new/whats_new_3.6.0.rst
18
+ ../api/prev_api_changes/api_changes_3.6.1.rst
18
19
../api/prev_api_changes/api_changes_3.6.0.rst
19
20
github_stats.rst
21
+ prev_whats_new/github_stats_3.6.0.rst
20
22
21
23
Version 3.5
22
24
===========
You can’t perform that action at this time.
0 commit comments