Re: [julia-users] Does julia -L work with plots?

2016-10-15 Thread Stefan Rigger
Works great, thanks! On Sat, Oct 15, 2016 at 2:56 AM, Isaiah Norton wrote: > Call `show()` at the end of the script. See explanation here: > > https://github.com/JuliaPy/PyPlot.jl#non-interactive-plotting > > On Fri, Oct 14, 2016 at 1:17 PM, Stefan Rigger

Re: [julia-users] Does julia -L work with plots?

2016-10-14 Thread Isaiah Norton
Call `show()` at the end of the script. See explanation here: https://github.com/JuliaPy/PyPlot.jl#non-interactive-plotting On Fri, Oct 14, 2016 at 1:17 PM, Stefan Rigger wrote: > > > Hello everyone, > > I'm using julia to numerically solve partial differential equations

[julia-users] Does julia -L work with plots?

2016-10-14 Thread Stefan Rigger
Hello everyone, I'm using julia to numerically solve partial differential equations and use PyPlot to plot the solutions. I'd like to be able to calculate a solution and plot entering something like julia -L file.jl in Terminal but unfortunately, this doesn't seem to work (there is no