Hello Everyone
I am trying to superimpose grid on my map in stata. I could not find proper way of doing that.
I also check GRMAP help however I could not find any option regarding grid.
this is my code
use RawData2011_2020.dta

grmap ETHANOLrp, t(18635) legtitle("fuel") fcolor(Reds2) clnumber(4) ocolor(Greys) clmethod(quantile) polygon(data(mp_shp.dta) ocolor(black))

I appreciate your insights ahead of time.