|
From: <br...@ph...> - 2006-07-26 20:48:23
|
Petr Mikulik wrote: > Cannot it happen due to "set term x11" in $HOME/.gnuplot? No. gnuplot_x11 isn't actually needed until the plot window is about to be actually opened, i.e. the first 'plot', 'splot' or 'set multiplot' with 'set term x11' open. tutorial/Makefile never opens an X11 window, so it *cannot* need gnuplot_x11. I can accept that people want it to complain about not finding it, even long before the terminal it's actually needed, because that signals a broken gnuplot installation. But it can't *fail* because it can't find it. |