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]

Re: st: Graph back to data


From   chamara Anuranga <[email protected]>
To   [email protected]
Subject   Re: st: Graph back to data
Date   Fri, 20 Dec 2013 10:59:25 +0530

Dear Red Owl

thank you. It works perfect.

Chamara


On Fri, Dec 20, 2013 at 10:41 AM, Red Owl <[email protected]> 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]
>
>
> 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/
*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index