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

Skip to content

Commit f6012b4

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

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
@@ -212,6 +212,8 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
212212
reverse : bool, default: False
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.
215+
216+
..versionadded:: 3.7
215217
216218
frameon : bool, default: :rc:`legend.frameon`
217219
Whether the legend should be drawn on a patch (frame).

0 commit comments

Comments
 (0)