|
From: Hans-Bernhard B. <br...@ph...> - 2004-07-16 10:50:26
|
On Thu, 15 Jul 2004, Sam Steingold wrote: > 1. how do I print a multiplot plot using commands (not mouse)? Just the same way you would do it with normal plots. > would work but it does not! Please be more specific. *How* does it fail to work? One thing to be careful about: you'll want to re-set 'set size' and 'set origin' to their original values before you 'set term post ; set output ; set multiplot' > 2. I created a multiplot: [...] > then printed it using mouse. 'Using mouse' how, on what platform? > 3. is it possible to add a general title (header? footer?) to a > multiplot? Not very easily. You may need a dummy plot at full size, or at least a 'set label' command given in 'screen' coordinates carefully fiddled to just the right position. > 4. why is the timestamp printed for each individual plot, not the whole > multiplot page? Because the concept of a "multiplot page" doesn't exist in current gnuplot. It's called a multiplot because every single plot works just the same way as a normal plot outside multiplot mode. > 5. how do I increase the number of old lines that I can see with scrollbar? Again: what platform? -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |