-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcolor-palettes.Rmd
More file actions
29 lines (19 loc) · 953 Bytes
/
color-palettes.Rmd
File metadata and controls
29 lines (19 loc) · 953 Bytes
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
```{r, include=FALSE}
#Load necessary libraries
library(emojifont)
library(knitr)
```
# Color palettes
`r emoji("art")`
* Swatches
* HSV (hue, saturation, value; also known as HSB, for hue, saturation, brightness)
* HSL (hue, saturation, lightness)
* RBG (red, blue, green)
* CMYK (cyan, magenta, yellow, black)
* WikiPathways (custom/recommended colors from WikiPathways Theme)
## WikiPathways palette
In addition to standard color palettes, PathVisio 4.x also includes a custom color palette for the WikiPathways Theme [Style](https://new.wikipathways.org/style). The WikiPathways theme includes the recommended color scheme for pathway model components.
WikiPathways palette
```{r fig.align="center", echo=FALSE, fig.cap = "Example TCA cycle pathway ([WP78](https://www.wikipathways.org/index.php/Pathway:WP78)) drawn using PathVisio and hosted on WikiPathways"}
knitr::include_graphics("images/screenshots/wikipathways-palette.png")
```