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: sts graph: setting line style with multiple groups
From
Scott Merryman <[email protected]>
To
[email protected]
Subject
Re: st: sts graph: setting line style with multiple groups
Date
Sun, 21 Nov 2010 17:02:00 -0600
...
plot1opts(lpattern("l") lcolor(black)) ///
plot2opts(lpattern("-") lcolor(black)) ///
plot3opts(lpattern(".") lcolor(black)) ///
plot4opts(lpattern("_") lcolor(black)) ///
...