gnuplot
gnuplot copied to clipboard
outputting gnuplot in repl
I tried to output to an ascii graph by setting the terminal to 'dumb'
[:set :terminal "dumb" :title "simple-test"]
But it's not outputting anything. Is there a way to get this working?