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/
Privileged, confidential or patient identifiable information may be contained in this message. This information is meant only for the use of the intended recipients. If you are not the intended recipient, or if the message has been addressed to you in error, do not read, disclose, reproduce, distribute, disseminate or otherwise use this transmission. Instead, please notify the sender by reply e-mail, and then destroy all copies of the message and any attachments.
*
* 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/