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: Graph back to data
From
Richard Williams <[email protected]>
To
[email protected], <[email protected]>
Subject
re: st: Graph back to data
Date
Fri, 20 Dec 2013 00:25:41 -0500
At 12:11 AM 12/20/2013, Red Owl wrote:
Chamara,
See -help serset- in Stata.
The following snippit shows an example, but
you will need to replace the graph name and
directory path.
***** BEGIN CODE *****
* Replace graph1.gph to your local graph name and
* correct the directory path in following line.
graph use d:\graph1.gph
graph describe
return list
local vn: serset varnames
di "`vn'"
serset use
list, noobs
***** END CODE *****
Red Owl
[email protected]
Interesting. So this will give you the values used for plotting. I
thought Chamara was asking for the original raw data used to create
the graph. So I guess it depends on what is meant by getting the data back.
chamara Anuranga <[email protected]> wrote:
> Hi,
>
> I have Stata graph (gph format) but I do not have the data. Would it
> possible me to get back the data which used for the graph?
>
> Thanks,
> Chamara
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/
-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
HOME: (574)289-5227
EMAIL: [email protected]
WWW: http://www.nd.edu/~rwilliam
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/