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]
Re: st: RE: twoway graph legend
From 
 
Nikolaos Pandis <[email protected]> 
To 
 
"[email protected]" <[email protected]> 
Subject 
 
Re: st: RE: twoway graph legend 
Date 
 
Tue, 15 Nov 2011 08:15:15 -0800 (PST) 
Nick,
 
Many thanks, it looks great.
Could I somehow use -lfit- to get the fitted lines only?
 
BW,
 
Nick
 
----- Original Message -----
From: Nick Cox <[email protected]>
To: "'[email protected]'" <[email protected]>
Cc: 
Sent: Tuesday, November 15, 2011 5:16 PM
Subject: st: RE: twoway graph legend
Try 
separate moment, by(brackettype) veryshortlabel
line moment? rotation 
and see -help separate- 
and see 
SJ-5-4  gr0023  . . . . Stata tip 27: Classifying data points on scatter plots
        . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  N. J. Cox
        Q4/05  SJ 5(4):604--606                                (no commands)
        tips for using separate, gray-scale gradation, and text
        characters as class symbols to classify data points on
        a scatter plot
Nick 
[email protected] 
Nikolaos Pandis
 
In Stata 12, I am using the following commands:
twoway (line moment rotation, by(brackettype)) // moment and rotation continuous and brackettype has 4 levels
 
I like to have all graphs in one plot as shown below but somehow I cannot get on the legend below the x-axis to show the levels of brackettype. It shows "brackettype" for all 4 different color lines. If I use "lfit" instead of "line" it shows lfit instead of brackettype.
twoway (line moment rotation if brackettype==1) ||(line moment rotation if brackettype==2) ||(line moment rotation if brackettype==3) ||(line moment rotation if brackettype==4)
 
Any advise would be appreciated.
*
*  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/
*
*   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/