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: Repeated timeseries plot may result in incorrect kind #7733
Conversation
sinhrks
referenced
this pull request
Jul 12, 2014
Closed
(WIP) BUG/CLN: Better timeseries plotting / refactoring tsplot #7670
jreback
added Bug Visualization
labels
Jul 14, 2014
jreback
added this to the
0.15.0
milestone
Jul 14, 2014
|
Rebased. I think this can be reviewed. |
jreback
added a commit
that referenced
this pull request
Jul 24, 2014
|
|
jreback |
bfa9bc5
|
jreback
merged commit bfa9bc5
into pandas-dev:master
Jul 24, 2014
1 check passed
continuous-integration/travis-ci
The Travis CI build passed
Details
|
thanks! |
sinhrks
deleted the
sinhrks:tsplot_bug branch
Jul 25, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sinhrks commentedJul 12, 2014
Must be revisited after #7717.
Repeated line and area plot may result incorrect if it requires resampling.
Result using current master
ValueError(top-right axes)Result after fix