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

Re: st: does anyone know how to specify more than one symbol type in dotplots?


From   Ulrich Kohler <[email protected]>
To   [email protected]
Subject   Re: st: does anyone know how to specify more than one symbol type in dotplots?
Date   Tue, 2 Mar 2004 16:55:10 +0100

Philip Bejon wrote:
> does anyone know how to specify more than one symbol type in dotplots?

I once did the following which seems to be similar to what you need. This 
plots the frequencies of Satisfaction with health care system for 28 European 
Countries, where I used differemt symbols for Eastern European and Western 
European Countries. 

. separate f, by(west)
. graph dot (asis) f1 f2, over(counrty) ///
  marker(1, ms(O) mfcolor(black) mlcolor(black))  ///
  marker(2, ms(O) mfcolor(white) mlcolor(black)) ///
  legend(order(1 2) label(1 "Candidates") label(2 "EU-Members")) ///
  title("Satisfaction with health care system", span) nofill ///
  exclude0 subtitle("Percent")

hope this helps

uli




>
>
> *
> *   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/
-- 
[email protected]
+49 (030) 25491-361


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