Issue
I have calculated spatial slope and p_value using scipy.stats.linregress looping over individual pixels (lat*lon) along the time dimension. Now I can make spatial plot of slope value using plt.pcolormesh (lat, lon, slope). But over it I want to add p_value<0.05 as dot mark wherever applicable to the same slope spatial plot. Similar to the below images. Any help or remark regarding the same from the community............ Thanks
Solution
ax.pcolor(lon, lat, hatch, hatch='..', zorder=1, alpha=0.0, transform=ccrs.PlateCarree())
this worked for me!
Similar to Hatch area using pcolormesh in Basemap
Answered By - HARSHBARDHAN KUMAR
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.