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: Parplot with value labels
From
"Nick Cox" <[email protected]>
To
<[email protected]>
Subject
st: RE: Parplot with value labels
Date
Fri, 30 Apr 2010 19:16:43 +0100
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.
Nick
[email protected]
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Friedrich
Huebler
Sent: 30 April 2010 19:10
To: [email protected]
Subject: st: Parplot with value labels
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)
Thanks,
Friedrich
*
* 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/