<>
-dotplot- indeed does not seem to support what you want to do, but
-stripplot-, obtainable from ssc, features the -separate- option which may
be what you want:
*************
sysuse auto, clear
stripplot mpg, by(rep78) /*
*/ separate(foreign) stack
*************
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von George Savva
Gesendet: Montag, 14. September 2009 12:39
An: [email protected]
Betreff: st: marker symbols in dotplot
Dear Statalist
I need to produce a dotplot (ie using -dotplot- not -graph dot-) using
two different markers or two colours to represent different groups
within the same column. Is this possible? I cannot find an option for
this in dotplot or stripplot, and overlays seem not to exist for these
commands.
Thanks,
George
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/