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: Graphing monthly (time series) data in STATA 11
From
Alan Neustadtl <[email protected]>
To
[email protected]
Subject
Re: st: Graphing monthly (time series) data in STATA 11
Date
Sun, 2 May 2010 09:05:37 -0400
There are certainly more clever ways to do this, but a brute force
method uses the -xlabel()- option to the line graph command.
The following Stata command uses your data and places "J" on the
X-axis at yearly intervals. You would need to determine the number
(days since 1960) for the other months in the range of your data:
line ricepr date2, xlabel(16802 "J" 17167 "J" 17532 "J")
See -help axis_label_options- for more details.
Best,
Alan
*
* 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/