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: control hight of superscript
From
Maarten buis <[email protected]>
To
stata list <[email protected]>
Subject
st: control hight of superscript
Date
Wed, 11 Aug 2010 13:09:35 +0000 (GMT)
I have been playing with -{sup:}- tag to display exponents on the
y-axis label. The reason is that I am using a logarithmic scale,
and I feel that displaying the values in terms of powers of 10
helps to see the structure of that scale.
Anyhow, when I tried it the exponents appeared too high above the
10, especially if the graph is displayed in a smaller graph window,
but it seems less severe when maximizing the graph window. This
behaviour is reproduced in the graph below.
*---------- begin example -----------
sysuse auto, clear
scatter price mpg, ///
yscale(log) ///
ylab( 1e3 "10{sup:3}" ///
5e3 "5*10{sup:3}" ///
1e4 "10{sup:4}" ///
5e4 "5*10{sup:4}" ///
1e5 "10{sup:5}", ///
angle(0) ) ///
scheme(s1mono)
*---------- end example ------------
This leads to my question:
Is there a way to control how high the exponent is placed above
10 (other than changing the window size)?
Best,
Maarten
--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany
http://www.maartenbuis.nl
--------------------------
*
* 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/