-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plotting with DateTime fails with NoMethod error #462
Comments
seeing exactly the same issue with Bars |
@swadey BTW, if you need a quick workaround for this, converting to unix time and plotting against that works, if you don't mind either having huge numbers as x-labels or fixing up the x-labels. |
Yeah, I’ve been converting to string so that I can preserve the format of xlabels. thanks,
|
To follow up with a discussion on the mailing list with @StefanKarpinski, this fails with the current .3 release binary (not the nightly). There's also an odd bug in the current release's make that causes a Editing to update: on a second build after a |
Ping @quinnj |
This isn't exactly a regression or bug. There was only ever support for plotting The cryptic error message is really unfortunate. I need to figure out a better way of reporting a type as "unplottable" without it just failing mysteriously. I'm working on adding DateTime support now. |
This is with .3, fetched from 0.3-release and with updated packages from about 30 minutes before filing this issue (0.3.2-pre+55).
I have a dataframe with DateTime objects and Ints
If I try to plot this with
I get
This also fails the same way with this simplified code:
As far as I can tell, I'm doing the same thing as #189.
The text was updated successfully, but these errors were encountered: