Hello!
I am ploting a scatterplot of average daily rainfall for a district over 5 years. I would like to single out the start of the monsoon season, which I have via a horizontal line. I have been trying to change the x axis labels with tlabel() but It doestnt work. ideally I would just like for the years to be stated. I also wanted to change the line colors, and was using lcolor(red) but the line stays grey - which is part of the scheme I am specifying.
hre is the code of rthe attached graph
scatter dailymeanrainfall edate, title("Scatterplot") subtitle("Average Rainfall in Jaipur district in Rajastan") xtitle("Years") tline(30may2009) tline(04jun2010) tline(27may2011) tline(13may2012) tline(13may2013) scheme(plotplain)

I am ploting a scatterplot of average daily rainfall for a district over 5 years. I would like to single out the start of the monsoon season, which I have via a horizontal line. I have been trying to change the x axis labels with tlabel() but It doestnt work. ideally I would just like for the years to be stated. I also wanted to change the line colors, and was using lcolor(red) but the line stays grey - which is part of the scheme I am specifying.
hre is the code of rthe attached graph
scatter dailymeanrainfall edate, title("Scatterplot") subtitle("Average Rainfall in Jaipur district in Rajastan") xtitle("Years") tline(30may2009) tline(04jun2010) tline(27may2011) tline(13may2012) tline(13may2013) scheme(plotplain)
Comment