From: Daniel J S. <dan...@ie...> - 2007-06-05 00:10:00
|
Daniel J Sebald wrote: > > - refresh of "with image" styles produces garbage > > So far I can't figure out why. > > Daniel, maybe you can see what I'm overlooking? > > I'll look when I get the chance. Will be gone this weekend. I'm going through the image.dem and image2.dem examples and data seems to be reloaded correctly. The only thing I've seen so far is: set title "Convex November 1-7 1989 Circadian" set key left box set xrange[-1:24] plot 'using.bin' binary format='%*int32%int8%*int16%int8%*int16%*int16' using 1:2 title "Logged in" with impulses,\ 'using.bin' binary format='%*int32%int8%*int16%int8%*int16%*int16' using 1:2 title "Logged in" with points will "replot" looking exactly the same, but will "refresh" with the y scale as 0,10,20,30,40,50 rather than 0,5,10,15,20,25,30,35,40,45,50. Same is true of the example following it. There is another example in image2 that acts funny, but I don't think it has anything to do with images. Try the following plot x set xrange [10:-10] replot refresh and I see that the range goes back to its original orientation. (Perhaps this is the same issue as the previous noted problem.) I've also seen a bug or ILOTWIO with multiplot. Try the following plot x; pause -1 And the plot appears, then there is a pause. However, try the following set multiplot layout 2,1 plot x; pause -1 and the plot doesn't appear until after the user breaks out of the pause. Dan |