From: Vince D. <vi...@sa...> - 2004-01-08 13:47:35
|
I did some real-time stuff with Plplot's tkwin widget several years back, and found it pretty fast. I tried various approaches, including drawing the previous data in the background colour to delete it. I even hacked a scrolling feature to create a kind of moving time-series. All of the above worked reasonably well, although the simple approach of replotting the entire graph was also quite reasonable in speed. -- Vince On Thu, 8 Jan 2004, Jay Christnach wrote: > I'm working on a real time application. (althoug i'm afraid that perhaps > things will be too slow in the end). I tried to figure out what would be the > most time-effective way to begin a new plot with the same axes and legend. > That is delete only the plotted representation of the data and not having to > initialize the rest. > > best greetings > > Jay Christnach > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Plplot-general mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-general > |