|
From: Bench <na...@be...> - 2008-04-18 00:56:13
|
>It will, if you use wgnuplot_pipe.exe or the Cygwin+X11 gnuplot.exe That works. Thanks! Here's a small sample of what I was trying to do and what I can now do. First I set some variables in the environment: C:\> set GP_FILENAME=foo.png C:\> set GP_TITLE=A test plot and run wgnuplot_pipes with the following contents in a static file: OUTFILE = "`echo %GP_FILENAME%`" TITLE = "`echo %GP_TITLE%`" set title TITLE set term png set out OUTFILE plot x ...and, bingo. It creates foo.png with the title I set. Thanks again! Ben -- View this message in context: http://www.nabble.com/setting-variables-prior-to-running-gnuplot-on-Win32-tp16737186p16758626.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |