Announcement

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

  • Value define

    I need to make a graph pie,

    and I want to change the label of my variable

    Code:
    graph pie, over(e_total)
    
    I have 8 result possible with e_total
    0 to 8
    e_total is a sum of other variables.

    Can i do this to have a sharp graph

  • #2
    I want to change the label of my variable
    You may try this:

    Code:
    label variable e_total "Sum of Other Variables"
    Best regards,

    Marcos

    Comment

    Working...
    X