I am trying to combine a clustered-type bar chart with a scatter plot (I know it's an odd combination but is needed).
I can create the two separately as I want with:-
Code:
graph bar result1 result2 result3, over(region) scatter basevalue region
Code:
twoway (bar result1 result2 result3, over(region)) (scatter basevalue region)
Code:
twoway (bar result1 result2 result3 region) (scatter basevalue region)
0 Response to twoway bar option over() not allowed
Post a Comment