Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Plotting a dataframe with date unordered date index #2609
Comments
mitlynk
commented
Dec 28, 2012
|
I have memory deficits from medication. Did I send you an email or was it reported from the software. |
changhiskhan
added a commit
that referenced
this issue
Jan 20, 2013
|
|
changhiskhan |
5851640
|
|
Thanks for the bug report! |
changhiskhan
closed this
Jan 20, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hayd commentedDec 28, 2012
Migrated from StackOverflow. The following gives an exception (when trying to plot a DataFrame with date indices). I'm using '0.10.0b1'.
Here is the traceback:
Note that it plots ok, using
df.sort().plot().