Published
Edited
May 21, 2021
1 star
Insert cell
Insert cell
dot`
digraph R {
node [shape=record style=rounded]
layout=dot;
splines=true;
subgraph cluster_flow1 {
label="first flow" style="filled" color="lightgreen"
10
}
subgraph cluster_flow2 {
label="second flow" style="filled" color="azure"
1
2
t[shape=ellipse label="'First task'"];
10->1
1->t
1->2:n
}

subgraph cluster_flow3 {
label="third flow" style="filled" color="azure"
5
6
10->5
5->6:n
6->6
}
}
`
Insert cell
Insert cell
dot`
digraph R {
node [shape=record style=rounded]
layout=dot;
splines=true;
subgraph cluster_flow1 {
label="first flow" style="filled" color="lightgreen"
0
}
subgraph cluster_flow2 {
label="second flow" style="filled" color="azure"
1
2
t[shape=ellipse label="'First task'"];
1->t
1->2:n
}
0->1

subgraph cluster_flow3 {
label="third flow" style="filled" color="azure"
5
6
5->6:n
6->6
}
0->5
}
`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more