PDA

View Full Version : [ubuntu] Octave and gnuplot



joebanana
May 5th, 2008, 04:11 PM
Octave doesn't find gnuplot although I installed it and can run it. When I installed it in 7.10 it worked with no problems. Here is what I get in octave:


octave:5> plot(x,y)
Expected X11 driver: /usr/lib/gnuplot/gnuplot_x11
Exec failed: No such file or directory
See 'help x11' for more details
Expected X11 driver: /usr/lib/gnuplot/gnuplot_x11
Exec failed: No such file or directory
See 'help x11' for more details


Please help

joebanana
May 5th, 2008, 09:37 PM
Could somebody please just check if he has the same problem after installing octave and gnuplot.

kurakusan
May 5th, 2008, 11:05 PM
DIDO.

octave:1> plot(1:9)
Expected X11 driver: /usr/lib/gnuplot/gnuplot_x11
Exec failed: No such file or directory
See 'help x11' for more details
octave:2> Expected X11 driver: /usr/lib/gnuplot/gnuplot_x11
Exec failed: No such file or directory
See 'help x11' for more details

jtlanzi
June 9th, 2008, 11:27 PM
I installed gnuplot followed by octave and suffered the exact same symptoms.

Has this been resolved yet?

runescape1143
August 31st, 2008, 05:06 AM
sudo apt-get install gnuplot-x11 should do the trick...