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 8964e8a commit b9f19e1Copy full SHA for b9f19e1
lib/matplotlib/legend.py
@@ -209,6 +209,10 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
209
If *True*, legend marker is placed to the left of the legend label.
210
If *False*, legend marker is placed to the right of the legend label.
211
212
+reverse : bool, default: False
213
+ If *True*, the legend labels are displayed in reverse order as the input.
214
+ If *False*, the legend labels are displayed in the same order as the input.
215
+
216
frameon : bool, default: :rc:`legend.frameon`
217
Whether the legend should be drawn on a patch (frame).
218
0 commit comments