GiovineItalia / Gadfly.jl

Crafty statistical graphics for Julia.
http://gadflyjl.org/stable/
Other
1.9k stars 250 forks source link

pop-up browser in background in REPL #479

Open egoecho opened 9 years ago

egoecho commented 9 years ago

I prefer use Gadfly in REPL rather IJulia (because I can not use Ctrl-C to break running script in IJulia). The browser (firefox) in my server will pop-up through X11 on my screen after Gadfly.plot. However, I cannot type any command in REPL before I close the browser. Is there any way to solve it?

aviks commented 9 years ago

you can prevent display of the the plot by adding a semi-colon (;) at the end of the plot function.