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: Changing line color for more than 20 overlaid twoway line plots
From
[email protected] (Vince Wiggins, StataCorp)
To
[email protected]
Subject
Re: st: Changing line color for more than 20 overlaid twoway line plots
Date
Thu, 31 Jan 2013 11:05:48 -0600
Roth Florian <[email protected]> has been bitten by the limit of 20 styles
in a style list in -graph-. That limit is documented in -help limits-.
Roth's command is,
> . twoway line var1-var22 Year, lcolor(black gs10 ...)
Roth can get around the limit by breaking the line specification into two
groupings.
. twoway line var1-var10 Year, lcolor(black gs10 ...) ||
line var11-var22 Year, lcolor(gs10 ...)
-- Vince
[email protected]
*
* 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/