I have been searching here and on the net. I found somehow close questions/answers to what I want, but still couldn't reach to what I'm looking for.
I have an array of for example, 100 values. The values are in the range from 0 to 100.
I want to plot this array as a grid, filling the squares according to the values in the array.
The solutions I found so far are like the followings:
Drawing grid pattern in matplotlib
and
custom matplotlib plot : chess board like table with colored cells
In the examples I mentioned, the ranges of the colors vary and are not fixed.
However, what I am wondering about, is whether I can set the ranges for specific values and colors.
For example,
if the values are between 10 and 20, let the color of the grid square be red.
else if the values are between 20 and 30, let the color be blue. etc.
How this could be achieved in python?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…