Getting GnuPlot graphs out of the STACK question type

Re: Getting GnuPlot graphs out of the STACK question type

by Tim Hunt -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Yes, it is probably a slash-arguments thing.

The %%VERSION%% bit is because I scripted set-up of a new version. E.g. you can do something like

cat ../template/process.conf | sed 's/%%VERSION%%/2015062000/g' > process.conf  
If you are using SBCL lisp, then you don't need the lisp.run command.