File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ Improvements to existing features
6767 and parse accordingly. (:issue: `6223 `)
6868- pd.expanding_apply and pd.rolling_apply now take args and kwargs that are passed on to
6969 the func (:issue: `6289 `)
70+ - ``plot(legend='reverse') `` will now reverse the order of legend labels for most plot kinds.
71+ (:issue: `6014 `)
7072
7173.. _release.bug_fixes-0.14.0 :
7274
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ Enhancements
3030
3131- pd.read_clipboard will, if 'sep' is unspecified, try to detect data copied from a spreadsheet
3232 and parse accordingly. (:issue:`6223`)
33+ - ``plot(legend='reverse')`` will now reverse the order of legend labels for
34+ most plot kinds. (:issue:`6014`)
3335
3436
3537Performance
You can’t perform that action at this time.
0 commit comments