You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
execute the code with ctrl-enter. an error occurs:
MethodError: objects of type Array{Int64,1} are not callable
Use square brackets [] for indexing an Array.
in top-level scope at Atom/mngyX/src/debugger/stepper.jl:39
in enter_call_expr at JuliaInterpreter/62ZyY/src/construct.jl:507
in #enter_call_expr#22 at JuliaInterpreter/62ZyY/src/construct.jl:507
in #determine_method_for_expr at base/none
in #determine_method_for_expr#21 at JuliaInterpreter/62ZyY/src/construct.jl:467
in at base/none
in #prepare_call#14 at JuliaInterpreter/62ZyY/src/construct.jl:216
2304×2304 Array{RGBA{N0f8},2} with eltype ColorTypes.RGBA{FixedPointNumbers.Normed{UInt8,8}}:
Plot{Plots.GRBackend() n=1}
The text was updated successfully, but these errors were encountered:
Details
Steps to reproduce
Enter the code:
execute the code with ctrl-enter. an error occurs:
The text was updated successfully, but these errors were encountered: