Hi, I am trying to produce a dot plot (please see attached). X-axis is avg. time (varname: avgmin; label: "Avg. time in minutes"); y-axis is water source (varname: source).
I am using this code successfully: graph dot avgmin, over(source)
However, when I graph it the x-axis reads "mean of avgmin"
I have tried adding: , xtitle("Average time in minutes") to the end of the code, but without success. When I do this I get error: 'invalid xtitle'.
Appreciate suggestions.
I am using this code successfully: graph dot avgmin, over(source)
However, when I graph it the x-axis reads "mean of avgmin"
I have tried adding: , xtitle("Average time in minutes") to the end of the code, but without success. When I do this I get error: 'invalid xtitle'.
Appreciate suggestions.
Comment