Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: st: Re: graph matrix by(x, norescale) doesn't work


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   RE: st: Re: graph matrix by(x, norescale) doesn't work
Date   Mon, 8 Dec 2008 17:37:11 -0000

A trick that gets you some of the way to different symbols: 

sysuse auto, clear
gen mymarker = cond(foreign, "o", "x") 
graph matrix weight length displacement, ///
	ms(none) mlab(mymarker) mlabpos(0) 

I don't know a way to get different colours. 

Nick 
[email protected] 

David Airey

[...] 
one cannot plot different symbols for different group  
using graph matrix
[...] 

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



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