Announcement

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

  • How rotate label ?

    Code:
    histogram _bank, discrete frequency xlabel(59 50, valuelabel)
    Click image for larger version

Name:	11111.png
Views:	1
Size:	4.6 KB
ID:	1361858


    i need rotate to
    Click image for larger version

Name:	22222.png
Views:	1
Size:	12.4 KB
ID:	1361859


    how i can do it ?

  • #2
    The quick answer is

    Code:
    help axis label options
    to learn about

    Code:
    xlabel(, ang(v))
    e.g

    Code:
    sysuse auto, clear
    histogram mpg, xla(, ang(v))
    But it's difficult to believe that the graph you have is optimal for any purpose. If you care to back up, describe the problem and post some real data, or even some fake real data, you might get better advice.

    Comment

    Working...
    X