David Airey <[email protected]> asks about making the same color
intensity change when graphing multiple scatter plots:
> If I type,
>
> scatter y1 y2 x, mfc(*.7)
>
> the fill is only made less intense for one y.
>
> I would have expected it to apply to both y1 and y2.
>
> Must I type,
>
> tw (scatter y1 x, mfc(*.7))(scatter y2 x, mfc(*.7))
Try
. scatter y1 y2 x, mfc(*.7 ..)
Notice the ".." in the -mfc()- option. This means: repeat the previous
element from now on. See [G] stylelists or
. help stylelists
--Jeff
[email protected]
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/