Announcement

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

  • Help with xaxis labels on graph bar

    I'm trying to make a stacked bar graph where the xaxis labels are months. This works great:

    graph bar num_trades , over(participant_type) over(month) asyvars stack

    except it puts a label on the x-axis for every single bar (month). I have 10 years, i.e. 120 months in my sample, and am trying to get a more parsimonious labeling scheme, e.g. only label the month on every year (every 12 bars). This would be straightforward in twoway, but I'm having trouble figuring out how to do it in the graph bar options.


Working...
X