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 mangled with DatetimeIndex to ax with sharex and dissimilar indices #13341
Comments
|
Workaround: plot the shared axis' data to the new axis, clear the new axis, then plot the new data to the new axis
|
jorisvandenbossche
added the
Visualization
label
Jun 1, 2016
|
I can confirm this with 0.18.1.
The above kills the python process for me. The reason is probably the combination of the regular and irregular (as you mention, they are processed differently: the first is converted to periods, the second not), but not sure why this kills the python process here. Some related issues: pydata#6608, pydata#9053 |
jorisvandenbossche
added the
Bug
label
Jun 1, 2016
|
FYI: my workaround didn't work an a different dataset. Not sure what changed, but guessing something to do with xlimits of the data. |
This was referenced Oct 1, 2016
jorisvandenbossche
closed this
in #14330
Nov 26, 2016
jorisvandenbossche
added this to the
0.19.2
milestone
Nov 26, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tsdlovell commentedJun 1, 2016
You can't see anything in the ax1 plot.
Issue seems to be with how its converting xdata