8000 DOC: add api_changes note about 2 new kwargs · matplotlib/matplotlib@f8c770e · GitHub
[go: up one dir, main page]

Skip to content

Commit f8c770e

Browse files
committed
DOC: add api_changes note about 2 new kwargs
1 parent 5f979de commit f8c770e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/api/api_changes/2016-07-20-EF.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
0