Python Forum

Full Version: Plotting distribution of a variable on the map with a shape file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a shape file of the region and values of the monthly mean temperatures of the locations over the years.
I want to plot monthly temperature distribution on the map according to each location's value together with the shape file that shows edges of the region.

For example, I have these data with 0.25 degree resoultion.
[Image: bNvgKo]

I want to plot this kind of distribution figure:
[Image: fO3CQT]

How can I start to plot this figure?
Thank you for your help.