-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgraphical-lines.Rmd
More file actions
37 lines (20 loc) · 1.18 KB
/
graphical-lines.Rmd
File metadata and controls
37 lines (20 loc) · 1.18 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
# Graphical Lines
A graphical line is a visual annotation without semantic meaning. It is often used to partition space or connect other pathway elements.
An Identifier and Database information (Xref) cannot be specified for GraphicalLines (in contrast to Interactions).
## Adding an Anchor
An anchor is a connection point on a graphical line or an interaction, where another graphical line or interaction can be connected.
To add an anchor:
1. Right-click on the line > Add Anchor
{width=100%}
## Changing ConnectorType
The connector type specifies a set of rules to govern layout of lines, e.g. Straight (default), Elbow...
To change connector type:
1. Right-click on the Line > Connector Type > select a new type
2. Or select the Line, go to Properties Panel and change Connector Type using drop down menu
{width=100%}
## Adding Waypoints (ConnectorType = "Segmented")
Waypoints can be added to a graphical line or an interaction of Segmente ConnectorType.
To add waypoints:
1. Line must have Connector type "Segmented"
2. Right-click on the Line > Add Waypoint
{width=100%}