desmond-gray / Assignment_2

0 stars 0 forks source link

Color Scale #1

Open desmond-gray opened 2 years ago

desmond-gray commented 2 years ago

Find a more appropriate color scale to represent precipitation data

pdirmeyer commented 2 years ago

The color scale is fine, but it is not evenly distributed across your contours. By default, the colors are spread evenly across the range of values, not evenly across the intervals you have specified.

There are several ways to address this. See the matplotlib documentation on colormap normalization; BoundaryNorm would probably work best for you. Easier to understand examples exist elsewhere, e.g., on stackoverflow.com.

pdirmeyer commented 1 year ago

This issue remains. I've raised the grade from 75 to 85 on this assignment for addressing the other issues. If you can specify a normalized color scale, the grade will go up to 95.