Re: [julia-users] Re: Reproducible research for Julia

2016-05-05 Thread Ashley Kleinhans
I'm not interested in any other program but Julia. Still not interested in Julia-OB whatever that is. Good for you, I'm sure that line helps with the ladies. On Thu, 05 May 2016 at 21:59 James Fairbanks wrote: > org-plus-contrib has a file ob-julia.el which can be enabled

Re: [julia-users] Using Gadfly with sublime-ijulia or vim

2015-11-20 Thread Ashley Kleinhans
Thanks.. I still dont get a pop up though - it just says Plot(...) [Finished in 7.4s]. Do you think I installed my ijulia-sublime incorrectly? On Thursday, 19 November 2015 16:58:20 UTC+2, Tom Breloff wrote: > > Wrap your spy call: "display(spy(...))" > > On Thursday, Nov

[julia-users] Using Gadfly with sublime-ijulia or vim

2015-11-19 Thread Ashley Kleinhans
I was wondering if someone could help me with a very basic question (as a newbie on so many levels). I finally managed to get spy() working under Gadfly, thanks to the good people at stack exchange. But I have to type each line into terminal for it to pop up with a plot and even then I had to

[julia-users] Using Meshes.ji

2015-11-09 Thread Ashley Kleinhans
Hi, I am new at this - but have decided that Julia is my language of choice. So I begin silly question stage: Could someone talk me through how to access and display an .obj file? I have gotten so far: using Meshes using PyPlot using FileIO using MeshIO obj = load(filename) vts =