|
From: Hans-Bernhard B. <HBB...@t-...> - 2011-04-23 13:57:19
|
On 22.04.2011 01:42, Jon wrote: > But I think I have started cygwin as I also sshed to remote computer and > use gnuplot there. The problem is that I don't know how to make wgnuplot > run through cygwin. The same way you start any other program in a Unix-ish environment: put its installation location on your Cygwin $PATH, or call it with the full path. OTOH, if you're going to be using Cygwin in earnest, you might want to get the other binary distribution for Windows, gp443win32x11.zip, which is the native Cygwin version of gnuplot, including an X11 terminal driver --- or build it yourself under Cygwin. |