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: Grid lines on top of shaded time series graph
From
Jorge Eduardo Pérez Pérez <[email protected]>
To
statalist <[email protected]>
Subject
st: Grid lines on top of shaded time series graph
Date
Sun, 30 Oct 2011 17:07:11 -0400
Dear Statalist
I have been creating time series graphs for several countries with
recession shading, following the code on the user written command
-nbercycles- by Christopher Baum.
Following a example from -nbercycles-
ssc install freduse, replace
freduse MPRIME, clear
gen ym = mofd(daten)
tsset ym, monthly
twoway function y=20.705,range(119 130) recast(area) color(gs15)
base(4.7025) || ///
function y=20.705,range(166 182) recast(area) color(gs15) base(4.7025) || ///
function y=20.705,range(240 246) recast(area) color(gs15) base(4.7025) || ///
function y=20.705,range(258 274) recast(area) color(gs15) base(4.7025) || ///
tsline MPRIME if tin(1970m1,1990m1), xlabel(,format(%tm))
legend(order(5 1 "Recession")) tlabel(,grid)
I would like the horizontal and vertical grid lines on the graph to be
on top of the shading. Does anyone know how to do this?
Thank you,
_______________________
Jorge Eduardo Pérez Pérez
*
* 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/