Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15911a6

Browse files
committed
Added .. versionadded tag to reverse parameter
1 parent fdb5214 commit 15911a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/legend.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
213213
If *True*, the legend labels are displayed in reverse order from the input.
214214
If *False*, the legend labels are displayed in the same order as the input.
215215
216+
..versionadded:: 3.7
217+
216218
frameon : bool, default: :rc:`legend.frameon`
217219
Whether the legend should be drawn on a patch (frame).
218220

0 commit comments

Comments
 (0)