Add missing colors to probabilistic key
This commit is contained in:
parent
5647279e2c
commit
4f26493ff1
1 changed files with 3 additions and 2 deletions
|
@ -665,9 +665,10 @@ class SPCOutlookMap(EquirectMap):
|
||||||
}
|
}
|
||||||
|
|
||||||
__probability_colors__ = {
|
__probability_colors__ = {
|
||||||
0.02: (148/255.0, 192/255.0, 224/255.0),
|
0.02: (200/255.0, 192/255.0, 150/255.0),
|
||||||
0.05: (139/255.0, 71/255.0, 38/255.0),
|
0.05: (139/255.0, 71/255.0, 38/255.0),
|
||||||
0.15: (255/255.0, 200/255.0, 0/255.0),
|
0.10: (255/255.0, 200/255.0, 0/255.0),
|
||||||
|
0.15: (255/255.0, 145/255.0, 0/255.0),
|
||||||
0.30: (255/255.0, 0/255.0, 0/255.0),
|
0.30: (255/255.0, 0/255.0, 0/255.0),
|
||||||
0.45: (255/255.0, 0/255.0, 255/255.0),
|
0.45: (255/255.0, 0/255.0, 255/255.0),
|
||||||
0.60: (145/255.0, 44/255.0, 238/255.0),
|
0.60: (145/255.0, 44/255.0, 238/255.0),
|
||||||
|
|
Loading…
Add table
Reference in a new issue