Hi Stalists,
I am trying to output a graph, wherein the y-axis ranged from 0-1, without the horizontal blue lines.
I used codes:
and I got output below, but the values after 0.4 in the y-axis did not show up and I wanted to get rid of the horizontal blue lines.
Any suggestion is welcome and thanks in advance!
Y
I am trying to output a graph, wherein the y-axis ranged from 0-1, without the horizontal blue lines.
I used codes:
Code:
scatter percentage day, connect(1 1 1) ytitle("percentage") xtitle("days") yscale(r(0(0.1) 1))
Any suggestion is welcome and thanks in advance!
Y
Comment