-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the
observable10
qualitative colormap (#67)
* Add the `observable10` qualitative colormap * style(pre-commit.ci): auto fixes [...] * Update record.json * Update record.json * Update record.json --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
- Loading branch information
1 parent
020f0d4
commit ebd1de4
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
observable10 = [ | ||
[66, 105, 208], # 4269D0 | ||
[239, 177, 24], # EFB118 | ||
[255, 114, 92], # FF725C | ||
[108, 197, 176], # 6CC5B0 | ||
[60, 169, 81], # 3CA951 | ||
[255, 138, 183], # FF8AB7 | ||
[164, 99, 242], # A463F2 | ||
[151, 187, 245], # 97BBF5 | ||
[156, 107, 78], # 9C6B4E | ||
[148, 152, 160], # 9498A0 | ||
] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"authors": [], | ||
"colormaps": { | ||
"observable10": { | ||
"authors": [ | ||
"Jeff Pettiross" | ||
], | ||
"category": "qualitative", | ||
"data": "cmap.data.observable:observable10", | ||
"info": "A categorical palette with ten colors designed for Observable Plot library. See <https://observablehq.com/blog/crafting-data-colors> for more information.", | ||
"interpolation": false | ||
} | ||
}, | ||
"license": "Apache-2.0", | ||
"namespace": "observable", | ||
"source": "https://github.com/d3/d3-scale-chromatic" | ||
} |