|
From: De G. <de...@gm...> - 2011-12-23 17:34:17
|
I'm trying to show a plot by feeding gnuplot from stdin using libggi (using display-directx) but gnuplots immediately closes the plot window even if I use -persist. Any ideas? My gnuplot version is 4.4 patchlevel 4 I'm using cygwin, libGGI and display-directx Example: ./derivate | gnuplot -p -e "unset logscale y; plot '-' using 1:2 every::2" gnuplot shows the plot window but immediately closes it and ends. Also with pause: ./derivate|gnuplot -p -e "unset logscale y; plot '-' using 1:2 every::2; pause -1" The same problem persist. Maybe I'm doing something wrong? -- Víctor-Polo de Gyvés Montero. (55) 55 4483 6189 (Cellphone in Mexico city) Address: Independencia street & Morelos avenue, Segunda Sección, ZIP: 70000, Juchitán, Oaxaca, México. http://degyves.googlepages.com |