size in multiplot

size in multiplot

Post by Dirk Geye » Wed, 02 Jul 2003 02:42:49



Hi all,

I am plotting four graphs on one page using the multiplot mode. Since
tic labels are the same for two of the graphs respectively, the are
omitted at some graphs. Here an example that shows the problem for two
graphs.

set size 0.50, 0.50

set origin 0.00, 0.50
set nolabel
set format y "%5.1f"
set format x "%5.1f"
plot [:][:] \
'datafile.dat' u 3:4 t 'Exp.' lt 3 pt 5 ,\
'datafile.dat' u 3:4 t "LES"  w l  lt 1 lw 3

set origin 0.50, 0.50
set nolabel
set format y ""
set format x ""
plot [:][:] \
'datafile.dat' u 3:4 t 'Exp.' lt 3 pt 5 ,\
'datafile.dat' u 3:4 t "LES"  w l  lt 1 lw 3

Now, the plots have different sizes due to the tic labels. Is there any
workaround other than the 'trial and error' methode by playing with size
and origin ??

I am sure that question has been asked frequently, but did not find an
answer in the FAQ.

Thanks a lot,

Dirk

 
 
 

size in multiplot

Post by Hans-Bernhard Broeke » Wed, 02 Jul 2003 17:05:10



> I am plotting four graphs on one page using the multiplot mode. Since
> tic labels are the same for two of the graphs respectively, the are
> omitted at some graphs.
[...]
> Now, the plots have different sizes due to the tic labels. Is there any
> workaround other than the 'trial and error' methode by playing with size
> and origin ??

There are two possible solutions to this:

1) don't turn off the tic labels at all.  They'll be overprinted, but
except for a slightly larger plot output in vector-based format, that
shouldn't cause any harm.

2) Check out 'set lmargin' & friends.  These let you fix the position
of the coordinate box relative to the page boundaries, regardless of
the tick labels.
--

Even if all the snow were burnt, ashes would remain.

 
 
 

1. distance between tic labels and tics, font size in multiplot mode

  Is it possible to change the distance between the tic labels and the
  tics?  If yes, how?

  Can one change the default fontsize in multiplot mode?

  I want to make a plot like this:

  +-------------------------+----------------------------+
  |                         |                            |
  |                         |   .......                  |
  |                         |  .      .                  |
  |                         | ..      ..                 |
  |                         |..        . ...             |
  |                         +--+--+--+--+--+--+--+--+--+-+
  |                         1  2  3  4  5  6  7  8  9    |
  |          ....                                        |
  |      ....   . ...                                    |
  |     ..            ..                                 |
  |    ..              ......  .                         |
  |  ..                       . .....                    |
  | ..                              . .....  .... ..     |
  +----+----+----+---------------------------------------+
  0   10   20   30 ....

  In the small frame I need a smaller font.  Right now I use the trick
  to set the tics by hand and change the font size there:

set xtics ("{/=10 1}" 1,...

  (I use 'set term post enhanced'.)

  Thanks, Heiko.

2. Help with 3d Transform Routine

3. strange sizes in multiplot

4. 8.6 and epson scanner

5. automatic way of setting origin/size in multiplots?

6. Gnuplot for Sparc5, SunOS5.5

7. Setting screen size of a plot in multiplot

8. FREE PREPRESS NEWSLETTER

9. title font size, multiplot graph....

10. multiplot plot sizes

11. Persuasion 4.0: Size of printed object doesn't match screen size

12. Changing pixel size to larger size

13. GIF image size vs. logical screen size