Deng Pan ([email protected]) wrote:
> I am trying to save graphics in png format using the "saving()" option.
> I'm using stata 8. I checked the help and couldn't find anything
A recent update was added (April 10, 2003) to allow -graph export- to
support .png (portable network graphics) files. Instead of using the
-saving()- option with a graph command, you can use -graph export- after
creating a graph. For example, you might try the following:
. sysuse auto
. scatter price mpg
. graph export example.png
Please refer to -help graph_export- for more information and for more
file options.
Derek Wagner
([email protected])
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/