What I get, when I run Torch, is the following warning, on Ubuntu 13.04, 64 bit
Can not find any of the default terminals for Linux you can manually set terminal by gnuplot.setterm("terminal-name")
I am not too sure I am understanding it, but maybe I should post elsewhere.. but I don't really know where.
And, trying to use gnuplot without setting the terminal appropriately gives
t7> gnuplot.figure(1)
/usr/local/share/lua/5.1/gnuplot/gnuplot.lua:45: Gnuplot terminal is not set
stack traceback:
[C]: in function 'error'
/usr/local/share/lua/5.1/gnuplot/gnuplot.lua:45: in function 'getfigure'
/usr/local/share/lua/5.1/gnuplot/gnuplot.lua:579: in function 'figure'
[string "gnuplot.figure(1)"]:1: in main chunk
[C]: at 0x7f1e2f5ece80
What I get, when I run Torch, is the following warning, on Ubuntu 13.04, 64 bit
I am not too sure I am understanding it, but maybe I should post elsewhere.. but I don't really know where. And, trying to use
gnuplot
without setting the terminal appropriately gives