From: Benny M. <ben...@gm...> - 2010-05-18 15:47:36
|
2010/5/18 Flavio Coelho <fcc...@gm...> > Hi Allan, > > I am the author of Liveplots and it is quite an specific project, which > happens to use Gnuplot.py as many other projects do. I don' see what benefit > would come from joining the two. Though naturally, being open-source > projects, they are free to share code as needed, so that there are no > unnecessary duplication of development effort. > First, I have not looked at the liveplots code, only the blog posting. I think there are probably many users of gnuplot.py that do the drawing in a separate process, so as not to hold up the numerics (waiting for data to be written, ...). Moving such a construct, with a queue system, inside of Gnuplot would be benificial, so that users can have a basic version of that without needing to bother about processes. Benny > cheers, > > Flávio > > > On Tue, May 18, 2010 at 3:36 PM, Alan G Isaac <ai...@am...> wrote: > >> On 5/18/2010 9:58 AM, Flavio Coelho wrote: >> > http://code.google.com/p/liveplots/ >> >> Might making this part of Gnuplot.py be appropriate? >> >> Alan Isaac >> >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Gnuplot-py-users mailing list >> Gnu...@li... >> https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users >> > > > > -- > Flávio Codeço Coelho > > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Gnuplot-py-users mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users > > |