|
From: Dan S. <da...@gi...> - 2009-12-14 01:52:09
|
I have created a simple interface that allows interaction with gnuplot via the C++ iostream interface. Methods are provided for pushing data arrays (STL containers or Blitz++ arrays) and for obtaining mouse coordinates. This interface requires the boost library. The URL: http://www.stahlke.org/dan/gnuplot-iostream/ - Dan Stahlke |
|
From: Ethan M. (sfeam) <eam...@gm...> - 2009-12-15 04:19:02
|
On Sunday 13 December 2009, Dan Stahlke wrote: > I have created a simple interface that allows interaction with gnuplot > via the C++ iostream interface. Methods are provided for pushing data > arrays (STL containers or Blitz++ arrays) and for obtaining mouse > coordinates. This interface requires the boost library. > > The URL: > http://www.stahlke.org/dan/gnuplot-iostream/ I have added it to the "external links" section of the web page. May take a day to propagate. Ethan > > - Dan Stahlke > > ------------------------------------------------------------------------------ > Return on Information: > Google Enterprise Search pays you back > Get the facts. > http://p.sf.net/sfu/google-dev2dev > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |
|
From: Philipp K. J. <ja...@ie...> - 2009-12-15 04:55:12
|
On Monday 14 December 2009 08:18:44 pm Ethan Merritt (sfeam) wrote: > On Sunday 13 December 2009, Dan Stahlke wrote: > > I have created a simple interface that allows interaction with gnuplot > > via the C++ iostream interface. Methods are provided for pushing data > > arrays (STL containers or Blitz++ arrays) and for obtaining mouse > > coordinates. This interface requires the boost library. Am I correct to assume that it requires pipes under the hood? > > > > The URL: > > http://www.stahlke.org/dan/gnuplot-iostream/ > > I have added it to the "external links" section of the web page. > May take a day to propagate. > > Ethan > > > - Dan Stahlke > > > > ------------------------------------------------------------------------- > >----- Return on Information: > > Google Enterprise Search pays you back > > Get the facts. > > http://p.sf.net/sfu/google-dev2dev > > _______________________________________________ > > gnuplot-beta mailing list > > gnu...@li... > > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > > --------------------------------------------------------------------------- >--- Return on Information: > Google Enterprise Search pays you back > Get the facts. > http://p.sf.net/sfu/google-dev2dev > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta |
|
From: Dan S. <da...@gi...> - 2009-12-15 05:13:47
|
Yes, you are correct. The basic interface requires pipes and the mouse feedback function requires a pty. It works fine in Linux but has not been tested on any other system. In order for the pipe to look like a C++ iostream, I am making use of the boost library. On 12/14/09 19:54, Philipp K. Janert wrote: > On Monday 14 December 2009 08:18:44 pm Ethan Merritt (sfeam) wrote: > >> On Sunday 13 December 2009, Dan Stahlke wrote: >> >>> I have created a simple interface that allows interaction with gnuplot >>> via the C++ iostream interface. Methods are provided for pushing data >>> arrays (STL containers or Blitz++ arrays) and for obtaining mouse >>> coordinates. This interface requires the boost library. >>> > Am I correct to assume that it requires pipes > under the hood? > > >>> The URL: >>> http://www.stahlke.org/dan/gnuplot-iostream/ >>> >> I have added it to the "external links" section of the web page. >> May take a day to propagate. >> >> Ethan >> >> >>> - Dan Stahlke >>> >>> ------------------------------------------------------------------------- >>> ----- Return on Information: >>> Google Enterprise Search pays you back >>> Get the facts. >>> http://p.sf.net/sfu/google-dev2dev >>> _______________________________________________ >>> gnuplot-beta mailing list >>> gnu...@li... >>> https://lists.sourceforge.net/lists/listinfo/gnuplot-beta >>> >> --------------------------------------------------------------------------- >> --- Return on Information: >> Google Enterprise Search pays you back >> Get the facts. >> http://p.sf.net/sfu/google-dev2dev >> _______________________________________________ >> gnuplot-beta mailing list >> gnu...@li... >> https://lists.sourceforge.net/lists/listinfo/gnuplot-beta >> > > > ------------------------------------------------------------------------------ > Return on Information: > Google Enterprise Search pays you back > Get the facts. > http://p.sf.net/sfu/google-dev2dev > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |