Using the example code published at: https://plot.ly/julia/time-series/
as well as at other Julia language based API code samples connecting to Plotly.
Getting the following run-time error:
MethodError: no method matching Plot(::Array{Array{Pair{String,Any},1},1}, ::Array{Pair{String,String},1})
Closest candidates are:
Plot(!Matched::AbstractArray{T<:Union{Date, AbstractString, Number, Symbol},1}, ::AbstractArray{T,1} where T) where T<:Union{Date, AbstractString, Number, Symbol} at /home/claude/.julia/packages/PlotlyBase/qL4g1/src/convenience_api.jl:20
Plot(!Matched::AbstractArray{T<:Union{Date, AbstractString, Number, Symbol},1}, ::AbstractArray{T,1} where T, !Matched::Layout; kind, style, kwargs…) where T<:Union{Date, AbstractString, Number, Symbol} at /home/claude/.julia/packages/PlotlyBase/qL4g1/src/convenience_api.jl:20
Plot(::AbstractArray{T<:(AbstractArray{T,1} where T),1}, !Matched::AbstractArray{T,2} where T) where T<:(AbstractArray{T,1} where T) at /home/claude/.julia/packages/PlotlyBase/qL4g1/src/convenience_api.jl:32
The preliminary authentication API step worked OK using my account name and latest API key.
My installed packages are:
Julia (conda install) at Version 1.0.3
Dict{String,Union{Nothing, VersionNumber}} with 7 entries:
“Graphs” => v"0.10.3"
“IJulia” => v"1.18.1"
“LightGraphs” => v"1.2.0"
“Plots” => v"0.25.1"
“Plotly” => v"0.2.0+"
“PyPlot” => v"2.8.1"
“PlotlyJS” => v"0.12.4"
Thanks in advance for support.
Regards, Claude