ChenPoJu / clim680_project

https://chenpoju.github.io/clim680_project/
0 stars 0 forks source link

Adding more levels to colormap #2

Closed Prukutu closed 1 year ago

Prukutu commented 1 year ago

Your current colormap intervals are of 10K, which are quite large! You might be able to show more detail if you choose a higher number of contour levels. See the documentation for contourf on how to accomplish this:

https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contourf.html

Prukutu commented 1 year ago

I noticed that you changed your colorbar. Issue resolved!