Bookmark and Share

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]

st: RE: RE: Parplot with value labels


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: RE: Parplot with value labels
Date   Fri, 30 Apr 2010 19:29:06 +0100

See also 

SJ-9-4  gr0041  . . . . . . Speaking Stata: Paired, parallel, or profile
plots
        . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  N.
J. Cox
        Q4/09   SJ 9(4):621--639                                 (no
commands)
        explores paired, parallel, and profile plot making for
        changes, correlations, and other comparisons between
        variables

Nick 
[email protected] 

Nick Cox

That's one of mine. I don't think so. In order to draw the parallel
coordinates plot, the data have to be restructured. It's not easy to add
stuff on top of that without re-writing -parplot-. 

But you can do it directly -- given commands introduced since -parplot-
was first written, I think:

. gen one = 1

. gen two = 2

. scatter headroom one, mla(headroom)  || scatter gear_ratio two,
mla(gear) || pcspike head one gear two

etc. 

Friedrich Huebler

Can -parplot- from SSC show the values for individual points in the
graph? The graph below has four data points and I would like to show
the value for each observation next to the marker.

. sysuse auto
. keep if _n<3
. parplot headroom gear_ratio, transform(raw)


*
*   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–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index