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: RE: scheme(RBN1MONO)
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: RE: scheme(RBN1MONO)
Date
Thu, 4 Mar 2010 18:47:05 +0100
<>
You should always tell the list where the -scheme- comes from if it is not
one shipped with Stata. See - findit RBN1MONO-
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of [email protected]
Sent: Donnerstag, 4. März 2010 18:39
To: [email protected]
Subject: st: scheme(RBN1MONO)
When I use scheme(RBN1MONO) with the code below the x-axis labels are
rotated 90 degrees.
How do I fix this?
Thank you.
twoway (scatter srbar geomeanut,sort)(line regsg geomeanut,sort
lpattern(solid))(line regsgs geomeanut,sort lpattern(dash)) ///
(line logsg geomeanut,sort lpattern(dot))(line logsgs geomeanut,sort
lpattern(dash_dot)) if geomeanut<=1, ///
legend(order(2 3 4 5) label(2 "Linear") label(3 "Linear Quad") label(4
"Logistic") label(5 "Logistic Quad") size(small)) ///
name(rsg) ylabel(0.0004(0.0002)0.001,labsize(small)) scheme(RBN1MONO)
*
* 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/