[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: AW: axis title options
From
Scott Merryman <[email protected]>
To
[email protected]
Subject
Re: st: AW: axis title options
Date
Tue, 2 Feb 2010 08:10:03 -0600
Like this?
sysuse auto
local a: variable label weight
scatter wei price, yscale(alt) ylabel(,angle(0)) ///
by(fore, l("") r1(`a', orientation(horiz) placement(top) margin(t=+5)))
You might need to adjust the -margin()- to get the placement correct.
Scott
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
© Copyright 1996–2024 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |