今天(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
-
image.png
RColorBrewer包
colorRamp()和colorRampPalette()
-
A Wes Anderson color palette for R
image.png -
自己選擇顏色色號
rgb(246, 141, 171)
#f68dab
-
snipaste
-
可以得到RGB編號,結合上面的rgb()函數爆炸。
image.png
-
-
傳說中的水果圖配色
image.png
-
image.png
colors()[c(552,254,26)]
[1] "red" "green" "blue"
-
TakeColor
- 下載鏈接
-
TakeColor是一個能捕捉任何屏幕像素的顏色值的實用工具,并顯示5中顏色格式的一種值:HTML、RGB、十六進制、HSB/HSV和HSL。要獲得一個像素的顏色值,將鼠標光標指向所需的像素上。如果你想保持這種顏色的代碼,按組合熱鍵。默認組合是ALT + C。點擊復制按鈕,復制顏色值或選中的部分到剪貼板中。混合器按鈕顯示和隱藏RGB混合工具,它包含最新獲取到的顏色,你可以修改它們,使用的RGB滑桿來改變顏色。
image.png
- 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