|
From: Gavin B. <gav...@ya...> - 2004-09-27 13:40:14
|
Hi Chris, Try setting the origin and size so that they are positioned better - and set the orientation portrait. so something like this, set term post portrait set output 'out.ps' set size 1, 0.16666 set origin 0,0 plot sin(x) set origin 0,0.166666 plot sin(x) set origin 0,0.333333 etc, etc.... You will probably have to get rid of the labels and things in order to make it look right, and it'll involve a little playing around to get the script just right for the terminal your using. Hope this helps, Gavin. > Message: 3 > To: gnu...@li... > From: chris <cw...@mt...> > Date: Fri, 24 Sep 2004 14:03:11 +0000 (UTC) > Subject: [Gnuplot-info] multiplot > > Hi all, > Does anyone know how to plt multiple graphs above > each otherI'm trying to plot > a time series of several variables and want 6 graphs > stacked vertically but > when i do it they all look smushed together (getting > technical here). Is there > a way to make the plot window longer? Thanks > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |