Subject: | Use /usr/local/bin/gnuplot on non-linux systems |
On non-linux systems (e.g. freebsd) 3rd-party software is typically installed in /usr/local/bin. So on these systems exec_commands() should try /usr/local/bin/gnuplot. Alternatively, maybe user's $ENV{PATH} should be searched for the gnuplot binary.