I want to draw plot in Python by matplotlib
I want to have plot by matplotlib to show the temperature change along time in lat. I got this: WARNING: x coordinate not montonically increasing – contour plot may not be what you expect. If it looks odd, you can either adjust the map projection region to be consistent with your data, or (if your data is on a global lat/lon grid) use the shiftgrid function to adjust the data to be consistent with the map projection region (see examples/contour_demo.py)
I want to draw plot in matplotlib
I want to have plot by matplotlib to show the temperature change along time in lat. I got this: WARNING: x coordinate not montonically increasing – contour plot may not be what you expect. If it looks odd, you can either adjust the map projection region to be consistent with your data, or (if your data is on a global lat/lon grid) use the shiftgrid function to adjust the data to be consistent with the map projection region (see examples/contour_demo.py)