8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f979de commit f8c770eCopy full SHA for f8c770e
doc/api/api_changes/2016-07-20-EF.rst
@@ -0,0 +1,10 @@
1
+`Legend` initializers gain edgecolor and facecolor kwargs
2
+``````````````````````````````````````````````````````````
3
+
4
+The :class:`~matplotlib.legend.Legend` background patch (or 'frame')
5
+can have its `edgecolor` and `facecolor` determined by the
6
+corresponding keyword arguments to its initializer, or to any of the
7
+methods or functions that call that initializer. If left to
8
+their default values of `None`, their values will be taken from
9
+`rcParams`. The previously-existing `framealpha` kwarg still
10
+controls the alpha transparency of the patch.
0 commit comments