Dear Statalist users,
I am trying to create a graph with group on the x-axis and concentration on the y-axis with a scatter plot for each group in a scatter and a box plot overlaying the scatter plots. Previously in older versions of Stata I have used the stripplot command, however, this is no longer available in Stata 18.0.
Would anyone know a new way to do this in the latest version of Stata? I'm afraid I have no examples to show, but I can show you the scatter plot I would like to overlay the box plot on using the Auto data:
I look forward to your responses.
Annaelle
I am trying to create a graph with group on the x-axis and concentration on the y-axis with a scatter plot for each group in a scatter and a box plot overlaying the scatter plots. Previously in older versions of Stata I have used the stripplot command, however, this is no longer available in Stata 18.0.
Would anyone know a new way to do this in the latest version of Stata? I'm afraid I have no examples to show, but I can show you the scatter plot I would like to overlay the box plot on using the Auto data:
Code:
twoway scatter mpg foreign
Annaelle
Comment