Here is my code for prevalence vs month:

logit mrsp i.month
margins month, plot(ytitle(Prevalence) ylabel(0 (0.05) 0.30, angle(horizontal)) xtitle(Month) xtitle(, margin(small)) title("Dog Level Monthly Prevalence of MRSP") name(month, replace))

1. I want to remove 95%CI but am unsure where to put noic into my code
2. I want to label the x-axis with actual dates (variable: daterec) on a 3 month interval

I would really appreciate the help with this, I am new to STATA!