-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmake-it-pretty.Rmd
76 lines (51 loc) · 1.89 KB
/
make-it-pretty.Rmd
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
```{r, include=FALSE}
#Load necessary libraries
library(emojifont)
library(knitr)
```
# Make it pretty
In this section we describe some of the options for customizing the visuals or graphics of your pathway model.
Pathway elements can be visually customized in a variety of ways!
```{r fig.align="center", echo=FALSE, out.width="100%"}
knitr::include_graphics("images/screenshots/colors.png")
```
## Editable properties
### Data nodes, States, Labels, Shapes
Text
* Text Color
* Font Name
* Font Size
* Bold, Italic, Underline, Strikethrough
Shape
* Shape type: see Shapes section
* Border Color
* Border Style: Solid, Dashed, Double
* Border Width: the thickness of the border
* Fill Color
```{r fig.align="center", echo=FALSE, out.width="100%", fig.cap = "Properties tab when editing a shaped pathway element"}
knitr::include_graphics("images/screenshots/shape-properties.png")
```
### Interactions, Graphical Lines
* Line Color
* Line Style: Solid, Dashed, Double
* Line Width: the thickness of the line
* Connector Type: Straight, Curved, Elbowed, Segmented
```{r fig.align="center", echo=FALSE, out.width="100%", fig.cap = "Properties tab when editing a line pathway element"}
knitr::include_graphics("images/screenshots/line-properties.png")
```
### Groups
Text
* Text Color
* Font Name
* Font Size
* Bold, Italic, Underline, Strikethrough
* Note: groups have default color and shape depending on group type (see Groups section)
```{r fig.align="center", echo=FALSE, out.width="100%", fig.cap = "Group types"}
knitr::include_graphics("images/screenshots/group-types.png")
```
## Background color
In general, a plain white background is recommended for pathway models.
If desired, background color can be changed by
1. Clicking on the Title/Organism information box in the upper left corner.
2. Then in Properties Tab, click on Background Color.
![](images/gifs/color-background.gif){width=100%}