Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
VIS: DataFrame.plot(kind='kde') does not display the legend. #4216
Comments
garaud
referenced
this issue
Jul 12, 2013
Merged
BUG: Display the legend when calling plot with kind='density'. GH4216 #4221
|
closed via #4221. for some reason it didn't get closed. i think you might have to put the word "closes" in there for it auto close the issue |
cpcloud
closed this
Jul 14, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
garaud commentedJul 11, 2013
Hi,
I would like to have the legend when I display the 'kde' (also called 'dentity') of a DataFrame. The
plotmethod works well with the otherkindoptions (i.e.bar,barhandline).Following piece of code:
does not display the legend for
XandY(even if I setlegend=Truewhich is the default value of thelegendparameter). Note: I'm on master > 0.12rc1Best regards,
Damien