library(JuliaCall) julia_setup() julia_console() julia_library("Plots") julia_command("gr()") julia_command("Plots.plot(Plots.fakedata(50,5),w=3)")