Hi all I've just installed a fresh Julia from the git repo, and the packages IJulia and Gadfly. However, running any of the Gadfly examples (either in iJulia or in the REPL) results in an error:
julia> plot(x=[0,1,2,3],y=[4,5,1,2]) Error showing value of type Plot: ERROR: `start` has no method matching start(::Aesthetics) in collect at array.jl:241 in cat_t at abstractarray.jl:667 in cat at abstractarray.jl:663 in render at /Users/ndv21/.julia/v0.4/Gadfly/src/Gadfly.jl:671 in display at /Users/ndv21/.julia/v0.4/Gadfly/src/Gadfly.jl:900 in display at /Users/ndv21/.julia/v0.4/Gadfly/src/Gadfly.jl:149 in print_response at REPL.jl:140 in print_response at REPL.jl:125 in anonymous at REPL.jl:592 in run_interface at /Users/ndv21/Documents/src/julia/usr/lib/julia/sys.dylib (repeats 2 times) in run_frontend at /Users/ndv21/Documents/src/julia/usr/lib/julia/sys.dylib in run_repl at /Users/ndv21/Documents/src/julia/usr/lib/julia/sys.dylib in _start at /Users/ndv21/Documents/src/julia/usr/lib/julia/sys.dylib (repeats 2 times) What can I do to make this work properly? I'm particularly interested in having the plot appear automatically in the iJulia notebook as it's supposed to. Best regards, Nathaniel
