-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Description
Getting lots of BoundsErrors
ERROR: BoundsError: attempt to access (1,2,false)
Ie.
julia> using Winston
WARNING: deprecated syntax "AbstractVecOrMat{T} (" at /home/a/.julia/v0.5/Winston/src/Winston.jl:96.
Use "AbstractVecOrMat{T}(" instead.
WARNING: requiring "Dates" in module "Winston" did not define a corresponding module.
WARNING: module Winston should explicitly import * from Base
WARNING: super(T::DataType) is deprecated, use supertype(T) instead.
in depwarn at ./deprecated.jl:73
in super at ./deprecated.jl:50
in iniattr at /home/a/.julia/v0.5/Winston/src/Winston.jl:2677
in call at /home/a/.julia/v0.5/Winston/src/Winston.jl:2676
in call at /home/a/.julia/v0.5/Winston/src/Winston.jl:1038
in include at ./boot.jl:262
in include_from_node1 at ./loading.jl:401
in eval at ./boot.jl:265
[inlined code] from ./sysimg.jl:14
in require at ./loading.jl:332
in eval at ./boot.jl:265
while loading /home/a/.julia/v0.5/Winston/src/Winston.jl, in expression starting on line 2814
WARNING: super(T::DataType) is deprecated, use supertype(T) instead.
in depwarn at ./deprecated.jl:73
in super at ./deprecated.jl:50
in iniattr at /home/a/.julia/v0.5/Winston/src/Winston.jl:2678
in call at /home/a/.julia/v0.5/Winston/src/Winston.jl:2676
in call at /home/a/.julia/v0.5/Winston/src/Winston.jl:1038
in include at ./boot.jl:262
in include_from_node1 at ./loading.jl:401
in eval at ./boot.jl:265
[inlined code] from ./sysimg.jl:14
in require at ./loading.jl:332
in eval at ./boot.jl:265
while loading /home/a/.julia/v0.5/Winston/src/Winston.jl, in expression starting on line 2814
julia> plot([sin(a) for a in 0.0:0.1:2 * pi])
error during Tk callback:
ERROR: BoundsError: attempt to access (1,2,false)
at index [4]
Error showing value of type Winston.FramedPlot:
ERROR: BoundsError: attempt to access (1,2,false)
at index [4]