How to make Octave use “gnuplot” instead of “fltk” by default?
I'm using Octave 3.8 on Ubuntu 13.10 and "fltk" for graphics is not working well. So I always switch to "gnuplot" by commanding: graphics_toolkit("gnuplot") How can I configure Octave to use "gnuplot" by default? You add the command to your .octaverc file. For more info: http://www.gnu.org/software/octave/doc/interpreter/Startup-Files.html You can add that line to the .octaverc file. If the files does not exist, just create it on your home directory. This file is executed every time you start Octave unless you pass the -f or --norc option. You can add many other things to you .octaverc file.