Sergiy Radyakin <[email protected]> reports that -graph pie- does not
allow the convenience option -scale()- which allows you to scale the size of
all the text, markers, line-widths, etc. on your graph simultaneously.
> . sysuse auto
> (1978 Automobile Data)
>
> . graph pie, over(rep78) scale(0.5)
> option scale() not allowed
> search r(198)
The option -scale()- is documented for -graph pie-, and all of the other
-graph- commands honor -scale()-.
Sergiy has indeed found a bug, and it will be fixed in a future update.
In the interim, note that Sergiy himself provided an easy workaround for those
wanting to use -scale()- with -graph pie-. Just exclude the option -scale()-
from your -graph pie- command, then redraw the graph, adding the -scale()-
option to the -graph display- command. For example,
. graph pie, over(rep78)
. graph display, scale(0.5)
-- Vince
[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/