Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: st: how to highlight specific scatters in -graph matrix-?
From
"Impavido, Gregorio" <[email protected]>
To
"[email protected]" <[email protected]>
Subject
RE: st: how to highlight specific scatters in -graph matrix-?
Date
Thu, 30 Aug 2012 14:14:05 -0400
Nick, thank you. This is clever!
However I believe your suggestion applies to all three scatters (price weight), (price mpg) and (weight mpg) above and below the diagonal at the same time. Say I want to highlight only the intersection (price weight) and its correspondent (weight price) for the reader. I cannot quite figure out how to use -cond()- to do that.
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Nick Cox
Sent: Thursday, August 30, 2012 1:48 PM
To: [email protected]
Subject: Re: st: how to highlight specific scatters in -graph matrix-?
This is just to emphasise that nothing restricts you to two distinct
characters.
Nick
On Thu, Aug 30, 2012 at 6:37 PM, Nick Cox <[email protected]> wrote:
> The only trick I know here is
>
> sysuse auto, clear
> graph matrix price weight mpg
> gen show = cond(foreign, "O", ".")
> graph matrix price weight mpg, ms(none) mla(show) mlabpos(0)
>
> You have scope to show any printable characters.
>
> replace show = cond(foreign, "O", "+")
>
> works quite well too for this example.
>
> Nick
>
> On Thu, Aug 30, 2012 at 6:28 PM, Impavido, Gregorio <[email protected]> wrote:
>
>> After reading -help graph matrix- and few web searches, I was unable to find an answer. I would like to highlight a specifc scatter (or more than one) in -graph matrix-. The option -text(#y #x "text")- does not appear to work. The option -msymbol()- applies symultaneously to all scatters. I presume I could go the longer route of -graph combine- but I would use it as a last option. Any suggestion?
*
* 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/