Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • pie chart options

    Hello,

    I wanted to know whether or not it is possible to change the overall size of a pie chart and if you can produce 2 pie charts in one graphic. I tried to google/search in the stata guide but couldnt find anything.

  • #2
    I'd virtually always prefer a dot or bar charts, but as an existence proof consider the result of

    Code:
    sysuse auto, clear
    
    graph pie, over(rep78) by(foreign)

    Comment

    Working...
    X