I am trying to remove the grids on my map. I used several commands for example: plt.grid(), plt.rcParams["axes.grid"] = False but nothing happens, the map produced as is with the grids. Is there any possible way to remove the grids? Another thing also, how can I make my plot to be smoothed instead of having the data as blocks (see below a sample of the plot). enter image description here Please assist in this regard.
Truly appreciate your time.
Thank you.