Hi
I am using the aspectratio syntax with a graph.
An example by Nick Cox in his article on the subject demonstrates the problem that I am having:
How do you remove the excess space above and below the plot? I would like the whole graph area to have roughly the aspect ratio specfied.

With best wishes and thanks,
Jane
I am using the aspectratio syntax with a graph.
An example by Nick Cox in his article on the subject demonstrates the problem that I am having:
Code:
use http://www.stata-press.com/data/r8/htourism.dta tsline mvdays, aspect(0.15) yla(, ang(h))
With best wishes and thanks,
Jane
Comment