Why doesn't Julia's Gadfly and draw work inside of Emacs? -


why "draw" not work when run inside ess + emacs (but works fine using interpreter conventionally "julia myfile.jl")?

using gadfly draw(svg("output.svg", 6inch, 3inch), plot([sin, cos], 0, 25))  julia> error: draw not defined 

0.3.0-prerelease+1940

ess-20140120.43

gadfly 0.2.5

emacs 24.3.1

working now. don't know did differently.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -