From: Petr M. <mi...@ph...> - 2004-06-03 16:21:08
|
> Apologies if this in an FAQ, but I'm in the process of integrating version 4 > into our gnuplot-enabled web applications and have the same question I had > back in 2000 (on ver 3.7). > > When running on MS Windows, is there any mechanism whereby the errors that > would be displayed in interactive mode (with LOAD), can be stored to a file > when running in batch mode? If it is for web application, i.e. for non-interactive work only, then use the Cygwin/X11 binary -- that's the console application. You may even compile your own binary (./configure; make procedure) disabling all terminals except that one you are drawing to. In summary: run gnuplot as you are use to run it on unix. --- PM |