今天(2020-0430)逛twitter 时候看到一个唐大佬的帖子:do you really understand heatmaps? 中有一个链接提到了一篇文献 2012-Nature methods-Mapping quantitative data to color 专门介绍关于文章中可视化问题的,其中推荐了两个对我们配色小白特别友好的两个链接:
-
美国宾夕法尼亚州立大学的配色网站 colorbrewer2 :这个我们听说的较多点,之前也分享过
-
美国宇航局 NASA 的配色工具 ColorTool
来源于看视频:https://datavizm20.classes.andrewheiss.com/example/02-example/ 的 Redesign in Illustrator 部分第五分钟
-
最全配色收集 paletteer
- awtools github
- cartography github CRAN
- dichromat CRAN
- dutchmasters github
- ggsci github CRAN
- ggpomological github
- ggthemes github CRAN
- ghibli github CRAN
- grDevices CRAN
- jcolors github CRAN
- LaCroixColoR github
- NineteenEightyR github
- nord github CRAN
- oompaBase CRAN
- ochRe github
- palettetown github CRAN
- palr github CRAN
- pals github CRAN
- Polychrome CRAN
- quickpalette github
- rcartocolor github CRAN
- RColorBrewer CRAN
- Redmonder CRAN
- RSkittleBrewer github
- scico github CRAN
- viridis github CRAN
- visibly github CRAN
- wesanderson github CRAN
- yarrr github CRAN
-
RColorBrewer包
colorRamp()和colorRampPalette()
-
A Wes Anderson color palette for R
-
自己选择颜色色号
rgb(246, 141, 171)
#f68dab
-
snipaste
-
可以得到RGB编号,结合上面的rgb()函数爆炸。
-
colors()[c(552,254,26)]
[1] "red" "green" "blue"
-
TakeColor
- 下载链接
-
TakeColor是一个能捕捉任何屏幕像素的颜色值的实用工具,并显示5中颜色格式的一种值:HTML、RGB、十六进制、HSB/HSV和HSL。要获得一个像素的颜色值,将鼠标光标指向所需的像素上。如果你想保持这种颜色的代码,按组合热键。默认组合是ALT + C。点击复制按钮,复制颜色值或选中的部分到剪贴板中。混合器按钮显示和隐藏RGB混合工具,它包含最新获取到的颜色,你可以修改它们,使用的RGB滑杆来改变颜色。
- MPA 635: DATA VISUALIZATION : 强烈推荐有时间细看
此网页目录
PolicyViz Design Color Tools 内含信息巨多: Large collection of useful color resources
Adobe Color: Create, share, and explore rule-based and custom color palettes.
viridis: Percetually uniform color scales.
Scientific Colour-Maps: Perceptually uniform color scales like viridis. Use them in R with scico.
ColorBrewer: Sequential, diverging, and qualitative color palettes that take accessibility into account.
Colorgorical: Create color palettes based on fancy mathematical rules for perceptual distance.
Colorpicker for data: More fancy mathematical rules for color palettes (explanation).
iWantHue: Yet another perceptual distance-based color palette builder.
ColourLovers: Like Facebook for color palettes.
Photochrome: Word-based color pallettes.
colordict
tvthemes
Introducing {tvthemes}: ggplot2 palettes and themes from your favorite TV shows!
## install.packages(devtools)
devtools::install_github("Ryo-N7/tvthemes")
caleblareau NBT
高分实验室
buenrostrolab` 配色
要 R 3.6.1
......
确实挺好看的。。。
Colordrop
PNWColors/
install.packages("devtools")
devtools::install_github("jakelawlor/PNWColors")
i want hue
只能说很强,还没摸索
直呼牛逼
R 包 ghibli
https://github.com/ewenme/ghibli
install.packages('ghibli')
remotes::install_github("ewenme/ghibli")
> library(ghibli)
> par(mfrow=c(9,3))
> for(i in names(ghibli_palettes)) print(ghibli_palette(i))
博客-配色收集-Simple tools for mastering color in scientific figures