-------------------------------1148028333 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit This is very strange. Gnuplot can (not yet on your computer) produce a plot to different outputs. These are called terminals. In _http://t16web.lanl.gov/Kawano/gnuplot/label-e.html_ (http://t16web.lanl.gov/Kawano/gnuplot/label-e.html) , you find some values you can set there. All of them should work on whatever system you use Gnuplot on. Does this help : _http://www.cygwin.com/ml/cygwin-xfree/2005-03/msg00087.html_ (http://www.cygwin.com/ml/cygwin-xfree/2005-03/msg00087.html) ? Otherwise, you could try to export your graph to eps format and view it in Ghostview by executing gnuplot> set terminal postscript enhanced color gnuplot> set output "myplot.eps" gnuplot> plot sin(x) (You may need to install Ghostview first on your system, from here: _http://www.cs.wisc.edu/~ghost/gsview/index.htm_ (http://www.cs.wisc.edu/~ghost/gsview/index.htm) .) These gnuplot commands produce a file myplot.eps in the current directory (Cygwin command pwd tells you which it is). Using the Windows Ghostview program, you can open it to see the graph, if successful.. Best regards, Axel -------------------------------1148028333--