|
From: Erich H. <eh...@mi...> - 2010-05-07 16:22:21
|
I'm actually using 'refresh' instead of 'replot' since 'replot' does not work with data sent over the pipe. The main issue here is that I'm trying to avoid disk access as I'm a plotting several continuous streams of data from a custom-built microscope. I guess I'll just have to buckle down and hold onto the plot commands in my application and then resend them if the user changes the plot settings between updates. Erich Hoover eh...@mi... On Fri, May 7, 2010 at 10:13 AM, Thomas Sefzick <t.s...@fz...>wrote: > > 'multiplot' is just a series of individual plots on one canvas. > 'replot' can only redraw the last plot. > > to refresh the whole series of plots, write all the commands > from 'set multiplot' up to 'unset multiplot' into a file and 'load' > this file each time you want to refresh the screen. > > > Erich Hoover wrote: > > > > I am using gnuplot through a pipe and generating a multiplot by plotting > > several binary data sets (with data sent over the wire). After exiting > > multiplot mode and performing a refresh only the last multiplot is > > refreshed > > and all the others disappear. Is this a bug in the refreshing of a > > multiplot or is there some other way I am supposed to refresh a > multiplot? > > > > Erich Hoover > > eh...@mi... > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > > gnuplot-info mailing list > > gnu...@li... > > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > > > > > -- > View this message in context: > http://old.nabble.com/Refreshing-a-multiplot-tp28487985p28488175.html > Sent from the Gnuplot - User mailing list archive at Nabble.com. > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |