I am trying to color polygons in a pyplot with values from a .csv file (3 columns, 2 rows).I want to set color thresholds (e.g., >5 = yellow, >10 = red, else blue) for each polygon.I have tried using conditional statements but cannot get it to work any advice?