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
Red Owl <[email protected]>
To
<[email protected]>
Subject
re: st: Graph back to data
Date
Fri, 20 Dec 2013 00:11:36 -0500
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]
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/