Hi i'm plotting this graph
Stata gives me the error: Option ( not allowed
I have tried adding ) at ylabel - after the 100
Stata gave me the error: angle(horizontal) is not a two-wayplot type
I have tried adding another ) after % of y title
Stata gave me the error: option ( not allowed
Can you spot the error?
Code:
twoway(line risk10y yearlymesh, sort clpat(solid solid) clwidth (medthick thin) clcolor (gs0 gs0)), //till here the code is ok and it plots my graph //I have something wrong here ytitle(10 year probability(%), margin(medium)) ylabel(75(5)100, angle(horizontal) nogrid) xtitle(experience(no of robotics), margin(medium)) (150)250) legend(off) scheme(s2mono) graphregion(colour(white))
I have tried adding ) at ylabel - after the 100
Stata gave me the error: angle(horizontal) is not a two-wayplot type
I have tried adding another ) after % of y title
Stata gave me the error: option ( not allowed
Can you spot the error?
Comment