|
From: <HBB...@t-...> - 2007-07-19 20:08:22
|
Roy Slaven wrote: > So: is there a way to convince gnuplot that it doesn't need to open the > display? There's not normally any need to do that. You only get that message if gnuplot sees a specific need to open the plot window. For a very simple example: echo "set term dumb ; plot x" | gnuplot doesn't output any X11-related messages whatsoever. If your plot script behaves differently, you'll have to show it to us for further analysis. |