|
From: Tatsuro M. <tma...@ya...> - 2011-12-27 09:34:07
|
Hello Not echo plot x |gnuplot but echo plot x |gnuplot -p or echo plot x | /usr/bin/gnuplot -p Please try the above. For me, they work as expected. Regards Tatsuro --- On Tue, 2011/12/27, De Gyves <de...@gm...> wrote: > Yes, "which gnuplot" returns /usr/bin/gnuplot. > > > > Also tried echo plot x |gnuplot and the plot windows closes immediately. > > > > It's the gnuplot installed by cygwin. > ---------- Forwarded message ---------- > From: De Gyves <de...@gm...> > Date: Mon, Dec 26, 2011 at 9:15 AM > Subject: Re: [Gnuplot-info] Feed data gnuplot from stdin won't pause for > display port ( -persist and pause tried already) > To: Tatsuro MATSUOKA <tma...@ya...> > > > Yes, "which gnuplot" returns /usr/bin/gnuplot. > > Also tried echo plot x |gnuplot and the plot windows closes immediately. > > It's the gnuplot installed by cygwin. > > On Fri, Dec 23, 2011 at 3:10 PM, Tatsuro MATSUOKA <tma...@ya...>wrote: > > > 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 > > > > > > > > > -- > 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 > > > > > -- > 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 > |