Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: Area plot legend has incorrect color #8027
+29
−11
Conversation
|
this is a partial close of #7636? |
jreback
added the
Visualization
label
Aug 15, 2014
jreback
commented on the diff
Aug 15, 2014
jreback
added this to the
0.15.0
milestone
Aug 15, 2014
jreback
added the
Bug
label
Aug 15, 2014
jreback
added a commit
that referenced
this pull request
Aug 15, 2014
|
|
jreback |
76e6588
|
jreback
merged commit 76e6588
into pandas-dev:master
Aug 15, 2014
1 check passed
continuous-integration/travis-ci
The Travis CI build passed
Details
sinhrks
deleted the
sinhrks:area_legend branch
Aug 15, 2014
jreback
modified the milestone: 0.15.1, 0.15.0
Oct 2, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sinhrks commentedAug 14, 2014
Derived from #7636. Area plot sets incorrect
alphavalues to legend whenstacked=True.NG: Each areas are drawn with
alpha=1.0, but legend hasalpha=0.5After fix