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
ERROR: LoadError: BoundsError: attempt to access (1,0,true)
at index [4]
in plain_precision_heuristic at /home/cyocum/.julia/v0.5/Showoff/src/Showoff.jl:97
in showoff at /home/.../.julia/v0.5/Showoff/src/Showoff.jl:130
in identity_formatter at /home/.../.julia/v0.5/Gadfly/src/scale.jl:76
in render at /home/.../.julia/v0.5/Gadfly/src/guide.jl:585
in render_prepared at /home/.../.julia/v0.5/Gadfly/src/Gadfly.jl:815
in render at /home/.../.julia/v0.5/Gadfly/src/Gadfly.jl:742
in draw at /home/.../.julia/v0.5/Gadfly/src/Gadfly.jl:842
in include at ./boot.jl:262
in include_from_node1 at ./loading.jl:401
in process_options at ./client.jl:245
in _start at ./client.jl:301
I am using julia 0.5.0-dev version as 0.4.3 refuses to compile on Ubuntu.
The text was updated successfully, but these errors were encountered:
I am attempting to output a PCA plot in Gadfly 0.4.1 using the following code:
I get the following error:
ERROR: LoadError: BoundsError: attempt to access (1,0,true)
at index [4]
in plain_precision_heuristic at /home/cyocum/.julia/v0.5/Showoff/src/Showoff.jl:97
in showoff at /home/.../.julia/v0.5/Showoff/src/Showoff.jl:130
in identity_formatter at /home/.../.julia/v0.5/Gadfly/src/scale.jl:76
in render at /home/.../.julia/v0.5/Gadfly/src/guide.jl:585
in render_prepared at /home/.../.julia/v0.5/Gadfly/src/Gadfly.jl:815
in render at /home/.../.julia/v0.5/Gadfly/src/Gadfly.jl:742
in draw at /home/.../.julia/v0.5/Gadfly/src/Gadfly.jl:842
in include at ./boot.jl:262
in include_from_node1 at ./loading.jl:401
in process_options at ./client.jl:245
in _start at ./client.jl:301
I am using julia 0.5.0-dev version as 0.4.3 refuses to compile on Ubuntu.
The text was updated successfully, but these errors were encountered: