Bookmark and Share

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: Regaining control over axis ranges


From   annoporci <[email protected]>
To   "[email protected]" <[email protected]>
Subject   st: Regaining control over axis ranges
Date   Tue, 25 Dec 2012 05:21:52 +0800

Dear Statalist,

I'm trying to shorten the y axis of a graph. I understand it is not always straightforward.

Quoting from "Stata tip 23: Regaining control over axis ranges"
(http://www.stata-journal.com/article.html?article=gr0019)
<Quote>
"to get a narrower x-axis, we must specify a narrower set of axis labels... for example
   scatter mpg price, xlabel(5000[1000]15000)
<\Quote>

I couldn't get it to work, what I'm doing wrong?

<CODE>
webuse rates,clear
tsset date
graph twoway (tsline dow) (lfit dow date), yscale(range(-250 250)) ylabel(-250[100]250, grid)
<\CODE>

--
Patrick Toche.
*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index