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: DataFrame subplot with duplicated columns output incorrect result #10962
Conversation
sinhrks
added Bug Visualization
labels
Sep 1, 2015
sinhrks
added this to the
0.17.0
milestone
Sep 1, 2015
jreback
commented on an outdated diff
Sep 4, 2015
|
minor comment, lgtm, merged on pass |
|
Thanks for review. Fixed and merging. |
sinhrks
added a commit
that referenced
this pull request
Sep 5, 2015
|
|
sinhrks |
1c280cf
|
sinhrks
merged commit 1c280cf
into pandas-dev:master
Sep 5, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
sinhrks
deleted the
sinhrks:plot_dupcolumns branch
Sep 5, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sinhrks commentedSep 1, 2015
When
DataFramehas duplicated column name, each subplot will contain all the lines with same name.