|
From: Thomas S. <t.s...@fz...> - 2010-05-07 16:13:22
|
'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. |