From: Leonardo M. <lm...@ud...> - 2004-03-02 14:53:12
|
Hi Per > On mandrake 8.2 I can't work on gnuplot graph , I can put a canvas and > use it to redraw a gnuplot graph but I can't use the mouse and work > with it in python in the gnuplot graph. Is this post of any help ? http://sourceforge.net/mailarchive/message.php?msg_id=6729179 Older gnuplot versions used temporary files, but it was a problem under certain circunstances (i.e., when a gnuplot-py object was destroyed while gnuplot was still reading the temporary file). Then Michael switched to use FIFOs, and this was a great solution for the problem. But it seems to not allow for mouse interaction if I am not mistaken Good luck Leo > Excuse me for my english > Thanks > Per. > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > Gnuplot-py-users mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users > |