We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cf35c commit 02d0cb9Copy full SHA for 02d0cb9
doc/source/release.rst
@@ -67,6 +67,8 @@ Improvements to existing features
67
and parse accordingly. (:issue:`6223`)
68
- pd.expanding_apply and pd.rolling_apply now take args and kwargs that are passed on to
69
the func (:issue:`6289`)
70
+- ``plot(legend='reverse')`` will now reverse the order of legend labels for most plot kinds.
71
+ (:issue:`6014`)
72
73
.. _release.bug_fixes-0.14.0:
74
doc/source/v0.14.0.txt
@@ -30,6 +30,8 @@ Enhancements
30
31
- pd.read_clipboard will, if 'sep' is unspecified, try to detect data copied from a spreadsheet
32
33
+- ``plot(legend='reverse')`` will now reverse the order of legend labels for
34
+ most plot kinds. (:issue:`6014`)
35
36
37
Performance
0 commit comments