Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Post-editing of graphs by code?


From   "Scott Merryman" <[email protected]>
To   [email protected]
Subject   Re: st: Post-editing of graphs by code?
Date   Wed, 23 Jul 2008 08:55:52 -0500

On Wed, Jul 23, 2008 at 8:25 AM, Tobias Pfaff
<[email protected]> wrote:
<snip>
>> Why is the syntax for post-editing of graphs not documented? Or do I just
> not know where to find it? It would be so helpful for making all the steps
> replicable which you are doing in the graph editor...
>

Why not use the Graph Recorder and then use the -play()- option to
replicate the graphs?

Michael Mitchell's "A Visual Guide to Stata Graphics, 2nd ed.", has an
great chapter on using the Graph Editor. See:

http://www.stata.com/bookstore/vgsg.html


You could also use -graph addplot- to perform some editing as well:

. scatter mpg price, name(gr1, replace)

. graph addplot, title(foo)

Scott
*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index