Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Nick Cox <njcoxstata@gmail.com> |
To | statalist@hsphsun2.harvard.edu |
Subject | Re: st: how to highlight specific scatters in -graph matrix-? |
Date | Thu, 30 Aug 2012 18:47:41 +0100 |
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 <njcoxstata@gmail.com> 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 <GImpavido@imf.org> 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/