There's one in this issue
(https://github.com/dcjones/Gadfly.jl/issues/462), where the small
example is pulled from an older issue
(https://github.com/dcjones/Gadfly.jl/issues/189) that seems to
indicate that the same syntax worked ok in February.
The issue also has version information, in case we
Would be good to have reproducible test case, I've been plotting dates in
Gadfly quite happily.
On Friday, October 17, 2014 6:09:52 PM UTC-4, Dan Luu wrote:
>
> I independently ran into this. I was just doing exploratory stuff and
> didn't care if my plot looked good, so I just converted dates t
I independently ran into this. I was just doing exploratory stuff and
didn't care if my plot looked good, so I just converted dates to unix
times and plotted against those. That might not be so great if you
care about having a pretty plot, though.
On Tue, Oct 7, 2014 at 7:56 PM, Arshak Navruzyan
I am getting an error trying to plot a date type. I've tried both
Dates package and Datetime
df[:datetime]
31371-element DataArray{DateTime{ISOCalendar,Zone109},1}:
2014-10-06T22:40:00 PDT
2014-10-06T22:40:01 PDT
2014-10-06T22:40:02 PDT
p3 = plot(df,
layer(x=:datetime, y=:left, Geom.line,