Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: Graphs: Opaque versus Transparent Markers


From   "Scott Merryman" <[email protected]>
To   <[email protected]>
Subject   RE: st: Graphs: Opaque versus Transparent Markers
Date   Sun, 15 May 2005 15:48:03 -0500

Or hollow markers of different sizes, with the smaller darker colored marker
plotted last.


sysuse auto,clear

gen mpg2 = mpg + uniform()

twoway (scatter mpg price, msymbol(circle_hollow) mcolor(gs12) msize(large))
///
(scatter mpg2 price, msymbol(circle_hollow) mcolor(gs7) msize(medium))


Scott


> -----Original Message-----
> From: [email protected] [mailto:owner-
> [email protected]] On Behalf Of David Airey
> Sent: Sunday, May 15, 2005 3:36 PM
> To: [email protected]
> Subject: re: st: Graphs: Opaque versus Transparent Markers
> 
> .
> 
> Why not hollow markers rather than open? And using squares and
> triangles?
> 
> Like in:
> 
> sysuse auto
> twoway (scatter weight length if foreign == 1, ms(Th)) ///
>         (scatter weight length if foreign == 0, ms(Sh))
> 
> -Dave
> *
> *   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/


*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index