|
From: Ethan M. <merritt@u.washington.edu> - 2005-05-11 18:58:08
|
On Wednesday 11 May 2005 11:11 am, dan...@ie... wrote: > > Since this discussion is going on, I thought I'd toss in something I sent > to the list previously, which is the capability to append plots to an > existing file. Would that be difficult? The "set output" etc. enables > putting several plots in one file, but not openning an existing file and > then adding. For those few terminal types for which this makes any sense at all (output streams to an HP printer?), you can already do this: set output "| cat >> oldfile.dat" -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |