|
From: Ethan M. <merritt@u.washington.edu> - 2005-06-24 00:05:28
|
On Thursday 23 June 2005 01:52 pm, Daniel J Sebald wrote: > Hans-Bernhard Br=F6ker wrote: > >=20 > > It cannot act like the X11 terminal. It has to act like (I hope) png=20 > > does: ignore all further plot commands after the first one until the=20 > > output is closed and (another one) re-opened. The png terminal does not act that way, nor should it. My normal mode of generating and viewing png output is set term png set output '| display png;-' Then I can view the output from successive plot commands interactively by hitting <space> in the display window. If I want to save a particular one to disk, then I hit "save" instead. > How about keep overwriting the old one? That way, if a person makes a mi= stake,=20 > s/he can retype the command without having go through the "set output; se= t term=20 > ...; set output ..." sequence again. Maybe. I would like to use eps and gv through a pipe=20 set output '| gv -' similarly to the way I use png+display, but unfortunately gv is not happy with that. So a compromise would indeed be to continually=20 overwrite the same output file, and view successive images in gv by hitting the re-read button. But I don't immediately see how I would keep the two ends of the process in sync as easily as the png+display case. =2D-=20 Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |