|
From: <HBB...@t-...> - 2007-08-09 15:21:42
|
Martin O\'Shea wrote: > What I want to know is, if an exception is detected by GnuPlot during it's > processing of the instructions causing the generation of the graph to fail, is > it possible to catch this in code and possibly report what that error is? Not in the version of gnuplot you're apparently running, if this > set terminal win is anything to go by. > I would like to catch this message in batch so as to tell the user that GnuPlot > has encountered an error. Is this possible? No. wgnuplot is a graphical Windows application. As such it has no channel to output such information to, other than its own own text window. You need a console version of gnuplot, e.g. the Cygwin version, compiled without X11 support. |