TimeSeries.jl
TimeSeries.jl copied to clipboard
Could not plot example in documentation
using Plots, MarketData, TimeSeries, PlotlyJS
plotlyjs()
plot(ohlc)
yields for me
In convertToAnyVector, could not handle the argument types: (TimeSeries.TimeArray{Float64,2,Date,Array{Float64,2}},)
in macro expansion at C:\Users\miguel\.julia\v0.5\Plots\src\series.jl:129 [inlined]
in apply_recipe(::Dict{Symbol,Any}, ::Type{Plots.SliceIt}, ::Void, ::TimeSeries.TimeArray{Float64,2,Date,Array{Float64,2}}, ::Void) at C:\Users\miguel\.julia\v0.5\RecipesBase\src\RecipesBase.jl:238
in _process_userrecipes(::Plots.Plot{Plots.PlotlyJSBackend}, ::Dict{Symbol,Any}, ::Tuple{TimeSeries.TimeArray{Float64,2,Date,Array{Float64,2}}}) at C:\Users\miguel\.julia\v0.5\Plots\src\pipeline.jl:73
in _plot!(::Plots.Plot{Plots.PlotlyJSBackend}, ::Dict{Symbol,Any}, ::Tuple{TimeSeries.TimeArray{Float64,2,Date,Array{Float64,2}}}) at C:\Users\miguel\.julia\v0.5\Plots\src\plot.jl:171
in plot(::TimeSeries.TimeArray{Float64,2,Date,Array{Float64,2}}) at C:\Users\miguel\.julia\v0.5\Plots\src\plot.jl:46
on
Julia Version 0.5.1
Commit 6445c82 (2017-03-05 13:25 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: AMD Athlon(tm) II X2 250 Processor
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Barcelona)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.7.1 (ORCJIT, amdfam10)