Does anyone know if and how is it possible to reduce the (vertical)
distance between the individual plots (maps in my case) in a subplot, so
the actual plots to be larger. I am not sure if I am doing something
wrong, but the default setting appears to have the individual plots far
too apart especially between a plot and the one above or below it and I
would prefer to have a much smaller distance (say 1-2cm or half an
inch).
Can anyone help me?
Thanks,
Fotis
> Does anyone know if and how is it possible to reduce the (vertical)
> distance between the individual plots (maps in my case) in a subplot, so
> the actual plots to be larger.
Two approaches
1) copy subplot.m to subplot2.m and edit the file to do what you want.
2) Learn to use the axes('Position',[x0 y0 dx dy]) command,
I use the second option the most.
Cheers, Jody