|
From: Tatsuro M. <tma...@ya...> - 2011-12-23 21:10:11
|
Hello I have tried echo plot x | gnuplot -p on cygwin. The plot remained after gnuplot was finished. Did you really use cygwin version gnuplot? If you use windows native gnuplot, gnuplot will close immediately. Regards Tatsuro --- On Sat, 2011/12/24, De Gyves wrote: > 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 > ------------------------------------------------------------------------------ > Write once. Port to many. > Get the SDK and tools to simplify cross-platform app development. Create > new or port existing apps to sell to consumers worldwide. Explore the > Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join > http://p.sf.net/sfu/intel-appdev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |