I created this grouped bar chart using this command
graph bar (mean) A_MEAN top_4_transition_share, over(leave_rank)

How can I add a secondary Y-axis to this plot? The red series is average annual salary in $ and the light blue series is probability (0-1) variable. I need to add another Y-axis with a different scale.
I tried twoway bar, but I could not allow the option over() to divide the plot into 3 categories.
graph bar (mean) A_MEAN top_4_transition_share, over(leave_rank)
How can I add a secondary Y-axis to this plot? The red series is average annual salary in $ and the light blue series is probability (0-1) variable. I need to add another Y-axis with a different scale.
I tried twoway bar, but I could not allow the option over() to divide the plot into 3 categories.

Comment