|
From: Sam S. <sd...@gn...> - 2004-07-15 18:52:29
|
1. how do I print a multiplot plot using commands (not mouse)? for the simple plots, I use "set terminal postscript; set output 'printer-name'". I thought that set terminal postscript set output 'printer-name' set multiplot .... unset multiplot would work but it does not! 2. I created a multiplot: gnuplot> set multiplot multiplot> set size 0.5,0.5 multiplot> set origin 0,0 multiplot> plot sin(x) multiplot> unset arrow multiplot> set origin 0.5,0.5 multiplot> plot cos(x) multiplot> set origin 0.5,0 multiplot> plot tan(x) multiplot> set origin 0,0.5 multiplot> plot atan(x) then printed it using mouse. the result does not fit the paper (I expected automatic scaling). unfortunately, this doe not work with data plot. 3. is it possible to add a general title (header? footer?) to a multiplot? 4. why is the timestamp printed for each individual plot, not the whole multiplot page? 5. how do I increase the number of old lines that I can see with scrollbar? -- Sam Steingold (http://www.podval.org/~sds) running w2k <http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/> <http://www.mideasttruth.com/> <http://www.honestreporting.com> Why do we want intelligent terminals when there are so many stupid users? |