Time Series
using PlotlyJS
function datetimestrings()
x = ["2013-10-04 22:23:00", "2013-11-04 22:23:00", "2013-12-04 22:23:00"]
plot(scatter(x=x, y=[1 ,3, 6]))
end
datetimestrings()
using PlotlyJS
function datetimestrings()
x = ["2013-10-04 22:23:00", "2013-11-04 22:23:00", "2013-12-04 22:23:00"]
plot(scatter(x=x, y=[1 ,3, 6]))
end
datetimestrings()
Settings
This document was generated with Documenter.jl on Thursday 20 August 2020. Using Julia version 1.5.0.