This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name | year | company | color | |
|---|---|---|---|---|
| Cerulean Blue | 2000 | Pantone | #98b4d4 | |
| Fuscha Rose | 2001 | Pantone | #c3447a | |
| True Red | 2002 | Pantone | #bc243c | |
| Aqua Sky | 2003 | Pantone | #7fcdcd | |
| Tigerlily | 2004 | Pantone | #e15d44 | |
| Balance | 2004 | Dulux | #B4DDDD | |
| Blue Turquoise | 2005 | Pantone | #55b4b0 | |
| Vitality | 2005 | Dulux | #F69269 | |
| Sand Dollar | 2006 | Pantone | #dfcfbe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import matplotlib | |
| #sampled from screenshot | |
| hexes = ['#010100', | |
| '#030100', | |
| '#060201', | |
| '#0d0201', | |
| '#130401', | |
| '#1b0501', | |
| '#230601', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "config": { | |
| "background": "#f9f9f9", | |
| "arc": { | |
| "fill": "#ab5787" | |
| }, | |
| "area": { | |
| "fill": "#ab5787" | |
| }, | |
| "line": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "config": { | |
| "view": { | |
| "continuousWidth": 400, | |
| "continuousHeight": 300, | |
| "stroke": null | |
| } | |
| }, | |
| "data": { | |
| "url": "https://raw.githubusercontent.com/wri/wri-bounds/master/dist/all_countries.min.geojson", |