-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
513 lines (366 loc) · 10 KB
/
Copy pathLICENSE
File metadata and controls
513 lines (366 loc) · 10 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
The 'pypalettes' package as a whole is released under the GPL-v3 license.
This Python library is based on the R package 'paletteer' and incorporates color palettes from various R packages.
This file lists the copyright holders and licenses of the various colormaps and palettes included in the 'pypalettes' package, along with their original sources.
-----
awtools palettes
By: Austin Wehrwein
License: MIT
<https://github.com/awhstin/awtools/blob/master/DESCRIPTION>
-----
dichromat Color Schemes
By: Thomas Lumley, Ken Knoblauch, Scott Waichler, Achim Zeileis
License: GPL-2
<https://github.com/cran/dichromat/blob/master/DESCRIPTION>
-----
dutchmasters palettes
By: Edwin Thoen
License: MIT
<https://github.com/EdwinTh/dutchmasters/blob/master/DESCRIPTION>
-----
ggsci palettes
By: Nan Xiao, Miaozhu Li
License: GPL-3
<https://github.com/road2stat/ggsci/blob/master/LICENSE>
-----
ggpomological palettes
By: Garrick Aden-Buie
License: CC0
<https://github.com/gadenbuie/ggpomological/blob/master/LICENSE.md>
-----
ggthemes palettes
By: Jeffrey B. Arnold
License: GPL-2
<https://github.com/jrnold/ggthemes/blob/master/DESCRIPTION>
-----
ghibli palettes
By: Ewen Henderson
License: MIT
<https://github.com/ewenme/ghibli/blob/master/LICENSE>
-----
jcolors palettes
By: Jared Huling
License: GPL-2
<https://github.com/jaredhuling/jcolors/blob/master/DESCRIPTION>
-----
LaCroixColoR palettes
By: Dave Armitage, Johannes Bjork
License: No license
<https://github.com/johannesbjork/LaCroixColoR/blob/master/DESCRIPTION>
-----
NineteenEightyR palettes
By: John Hughes
License: No license
<https://github.com/m-clark/NineteenEightyR/blob/master/DESCRIPTION>
-----
nord palettes
By: Arctic Ice Studio, Sven Greb
License: MIT
<https://github.com/arcticicestudio/nord/blob/develop/LICENSE.md>
-----
ochRe palettes
By: Alicia Allan, Di Cook, Ross Gayler, Holly Kirk, Roger Peng, Elle Saber
License: MIT
<https://github.com/ropenscilabs/ochRe/blob/master/LICENSE>
-----
miscpalettes palettes
By: Emil Hvitfeldt
License: MIT
<https://github.com/EmilHvitfeldt/miscpalettes/blob/master/LICENSE>
-----
Redmonder palettes
By: Pedro Mac Dowell Innecco, Erich Neuwirth
License: Apache License 2.0
<https://github.com/pmdci/Redmonder/blob/master/DESCRIPTION>
-----
RSkittleBrewer palettes
By: Alyssa Frazee
License: MIT
<https://github.com/alyssafrazee/RSkittleBrewer/blob/master/LICENSE>
-----
wesanderson palettes
By: Karthik Ram
License: MIT
<https://github.com/karthik/wesanderson/blob/master/LICENSE>
-----
yarrr palettes
By: Nathaniel Phillips
License: GPL-2
<https://github.com/ndphillips/yarrr/blob/master/DESCRIPTION>
-----
cmocean colormaps
Copyright: Kristen Thyng
License: MIT
<https://github.com/matplotlib/cmocean/blob/master/LICENSE.txt>
-----
ColorBrewer palettes
Copyright: Cynthia Brewer, Mark Harrower, and The Pennsylvania State University
License: Apache License, Version 2.0
<http://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_updates.html>
-----
Matplotlib colormaps
By: Nathaniel J. Smith, Stefan van der Walt, and (in the case of viridis) Eric Firing.
License: CC0 license / public domain
<https://github.com/BIDS/colormap/blob/master/colormaps.py>
-----
Colormaps by Peter Kovesi
License: CC BY
<http://peterkovesi.com/projects/colourmaps/index.html>
License: MIT
<https://github.com/peterkovesi/PerceptualColourMaps.jl/blob/master/LICENSE.md>
-----
Matteo Niccoli palettes
License: Similar to MIT
<http://www.mathworks.com/matlabcentral/fileexchange/view_license?file_info_id=28982>
-----
Color palettes by Kevin Coombes
License: Apache License (== 2.0)
<https://rdrr.io/rforge/Polychrome/>
-----
Cividis, by Jamie R. Nuñez, Christopher R. Anderton, Ryan S. Renslow
License: Similar to MIT
<https://github.com/pnnl/cmaputil/blob/master/LICENSE>
-----
palettetown palettes
License: MIT
<https://github.com/timcdlucas/palettetown/blob/master/LICENSE>
-----
harrypotter palettes
License: MIT
<https://github.com/aljrico/harrypotter/blob/master/LICENSE>
-----
gameofthrones palettes
License: MIT
<https://github.com/aljrico/gameofthrones/blob/master/LICENSE>
-----
tidyquant palettes
License: MIT
<https://github.com/business-science/tidyquant/blob/master/LICENSE>
-----
vapoRwave palettes
By: Matthew J. Oldach
License: MIT
<https://github.com/moldach/vapoRwave/blob/master/LICENSE>
-----
lisa palettes
By: Tyler Littlefield
License: MIT
<https://github.com/tyluRp/lisa/blob/master/LICENSE>
-----
IslamicArt palettes
By: Lambda Moses
License: MIT
<https://github.com/lambdamoses/IslamicArt/blob/master/LICENSE>
-----
basetheme palettes
By: Karolis Koncevičius
License: GPL-2
<https://github.com/KKPMW/basetheme/blob/master/DESCRIPTION>
-----
vapeplot palettes
By: Luke Smith
License: GPL-2
<https://github.com/seasmith/vapeplot/blob/master/DESCRIPTION>
-----
ggthemr palettes
By: Ciaran Tobin
License: GPL-3
<https://github.com/cttobin/ggthemr/blob/master/DESCRIPTION>
-----
fishualize palettes
By: Nina Schiettekatte
License: GPL-2
<https://github.com/nschiett/fishualize/blob/master/DESCRIPTION>
-----
DresdenColor palettes
By: Katie Saund
License: No license
-----
DresdenColor palettes
By: Matthew Leonawicz
License: MIT
<https://github.com/leonawicz/trekcolors/blob/master/LICENSE>
-----
nationalparkcolors palettes
By: Katie Jolly
License: CC0
<https://github.com/katiejolly/nationalparkcolors/blob/master/DESCRIPTION>
-----
MapPalettes palettes
By: Hugh Sturrock
License: MIT
<https://github.com/disarm-platform/MapPalettes/blob/master/DESCRIPTION>
-----
werpals palettes
By: Vebash Naidoo
License: MIT
<https://github.com/sciencificity/werpals/blob/master/LICENSE>
-----
calecopal palettes
By: An Bui
License: No license
<https://github.com/an-bui/calecopal/blob/master/DESCRIPTION>
-----
colorblindr palettes
by: Claire D. McWhite, Claus O. Wilke
License: MIT
<https://github.com/clauswilke/colorblindr/blob/master/LICENSE>
-----
colRoz palettes
by: Jacinta Dara Kong
License: MIT
<https://github.com/jacintak/colRoz/blob/master/LICENSE.txt>
-----
unikn palettes
by: Hansjoerg Neth
License: CC BY-SA 4.0
<https://github.com/hneth/unikn/blob/master/DESCRIPTION>
-----
tvthemes palettes
by:Ryo Nakagawara
License: GPL-3
<https://github.com/Ryo-N7/tvthemes/blob/master/LICENSE.md>
-----
PNWColors palettes
By: Jake Lawlor
License: No license
<https://github.com/jakelawlor/PNWColors/blob/master/DESCRIPTION>
-----
palettesForR palettes
By: Francois Rebaudo
License: GPL-2
<https://github.com/frareb/palettesForR/blob/master/DESCRIPTION>
-----
futurevisions palettes
By: Joey Stanley
License: No license
<https://github.com/JoeyStanley/futurevisions/blob/master/DESCRIPTION>
-----
khroma palettes
By: Nicolas Frerebeau & Brice Lebrun
License: GPL-3
<https://github.com/nfrerebeau/khroma/blob/master/LICENSE.md>
-----
beyonce palettes
By: David Miller
License: MIT
<https://github.com/dill/beyonce/blob/master/DESCRIPTION>
-----
suffrager palettes
By: Diego Alburez-Gutierrez
License: GNU General Public License v3.0
<https://github.com/alburezg/suffrager/blob/master/LICENSE>
-----
colorBlindness palettes
By: Jianhong Ou
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
<https://cran.r-project.org/web/licenses/GPL-2>
-----
rtist palettes
By: Tomas Okal
License: MIT
<https://github.com/tomasokal/rtist/blob/master/LICENSE.md>
-----
soilpalettes
By: Kaizad F. Patel
License: MIT
<https://github.com/kaizadp/soilpalettes/blob/master/LICENSE>
-----
rockthemes
By: John MacKintosh
License: GPL-3 + file LICENSE
<https://github.com/johnmackintosh/rockthemes/blob/main/LICENSE.md>
-----
Manu
By: Geoffrey Thomson
License: GNU GENERAL PUBLIC LICENSE Version 3
<https://github.com/G-Thomson/Manu/blob/main/LICENSE>
-----
nbapalettes
By: Murray Josh
License: MIT
<https://github.com/murrayjw/nbapalettes/blob/master/LICENSE>
-----
nbapalettes
By: Charlotte Dawson
License: GPL (>= 3.0)
<https://github.com/csdaw/ggprism/blob/master/DESCRIPTION>
-----
popthemes
By: John MacKintosh
License: GPL (>= 3.0)
<https://github.com/johnmackintosh/popthemes/blob/master/LICENSE.md>
-----
tayloRswift
By: Alex Stephenson
License: MIT + file LICENSE
<https://github.com/asteves/tayloRswift/blob/main/LICENSE.md>
-----
feathers
By: Shandiya Balasubramaniam
License: MIT + file LICENSE
<https://github.com/shandiya/feathers/blob/main/LICENSE.md>
-----
MetBrewer
By: Blake Robert Mills
License: Creative Commons Zero v1.0 Universal
<https://github.com/BlakeRMills/MetBrewer/blob/main/LICENSE.md>
-----
musculusColors palettes
By: Clara N. Bird
License: No license
<https://github.com/dawnbarlow/musculusColors/blob/master/DESCRIPTION>
-----
peRReo palettes
By: Juan B González
License: CC0
<https://github.com/jbgb13/peRReo/blob/master/DESCRIPTION>
-----
NatParksPalettes palettes
By: Kevin Blake
License: MIT + file LICENSE
<https://github.com/kevinsblake/NatParksPalettes/blob/main/LICENSE>
-----
impressionist.colors palettes
By: Federico Casale
License: GPL-3
<https://cran.r-project.org/web/packages/impressionist.colors/index.html>
-----
severance palettes
By: Isabella Velásquez
License: Attribution-NonCommercial 4.0 International
<https://github.com/ivelasq/severance/blob/main/LICENSE.md>
-----
vangogh palettes
By: Cheryl Isabella
License: MIT + file LICENSE
<https://github.com/cherylisabella/vangogh/blob/main/LICENSE.md>
-----
ButterflyColors palettes
By: Gabriela Junqueira & Sofia Schirmer
License: GNU General Public License v3.0
<https://github.com/junqueiragaabi/ButterflyColors/blob/master/LICENSE.md>
-----
MoMAColors palettes
By: Blake Robert Mills
License: MIT + file LICENSE
<https://github.com/BlakeRMills/MoMAColors/blob/main/LICENSE.md>
-----
PrettyCols palettes
By: Nicola Rennie
License: CC0
<https://github.com/nrennie/PrettyCols/blob/main/LICENSE.md>
-----
waRhol palettes
By: Alex Skeels
License: No license
<https://github.com/alexskeels/waRhol/blob/master/DESCRIPTION>
-----
MexBrewer palettes
By: Antonio Páez
License: MIT + file LICENSE
<https://github.com/paezha/MexBrewer/blob/master/LICENSE.md>
-----
ltc palettes
By: Loukas Theodosiou & Kristian Ullrich
License: MIT + file LICENSE
<https://github.com/loukesio/ltc_palettes/blob/main/LICENSE.md>