Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Reduce the Range


From   "Svend Juul" <[email protected]>
To   <[email protected]>
Subject   Re: st: Reduce the Range
Date   Sun, 6 Aug 2006 15:35:02 +0200

Diego wrote:

I created a very simple dot plot with data regarding
12 variables over three groups. The graph looks ok
but, even though there are no values less than 100,
the x axis scale start at 0. I know that
yscale(range...) does not help to reduce the range,
and I tried to reach the goal using -if- but
unfortunately, I have to handle 12 variables together
and -graph- does not like use -if- with those. Even
though I tried with only one variable I was not able
to reduce the range from 0-200 to 100-200.
-------------------------------------------------

You may use the -exclude0- option to avoid the 0 to be included:

. sysuse auto
. graph dot mpg , over(foreign) exclude0 ylabel(15(5)30)

The option is described in -help graph dot-

Hope this helps
Svend
________________________________________________________

Svend Juul
Institut for Folkesundhed, Afdeling for Epidemiologi
(Institute of Public Health, Department of Epidemiology)
Vennelyst Boulevard 6
DK-8000 Aarhus C,  Denmark
Phone, work:  +45 8942 6090
Phone, home:  +45 8693 7796
Fax:          +45 8613 1580
E-mail:       [email protected]
_________________________________________________________

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   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