Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: -egenmore- grouping & graphing with -axis(varlist)-
From 
 
[email protected] 
To 
 
[email protected] 
Subject 
 
st: -egenmore- grouping & graphing with -axis(varlist)- 
Date 
 
Thu, 29 Aug 2013 00:58:58 +1000 
Hi Folks,
A version 8 user, here.
I'm using the -egenmore- package from ssc (to install, type -ssc install
egenmore-).
Consider the following...
sysuse auto, clear
keep if _n < 6
keep make price
egen var1 = axis(make price)
egen var2 = axis(price make)
list
I prefer the look of var1 because the two sub-labels are aligned.
Specifically, the sub-labels of var1 are aligned by the last character in
each sub-label. Would it be possible to align the two sub-labels of var2
in the same way?
Mike.
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/