sketchviz.com Open in urlscan Pro
2606:4700:3035::ac43:9096  Public Scan

Submitted URL: http://sketchviz.com/
Effective URL: https://sketchviz.com/new
Submission: On November 21 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Sketchviz
Data nerd? Check out O'Reilly's Visualizing Data e-book for free.
Log in
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

# http://www.graphviz.org/content/cluster

digraph G {
graph [fontname = "Handlee"];
node [fontname = "Handlee"];
edge [fontname = "Handlee"];

bgcolor=transparent;

subgraph cluster_0 {
style=filled;
color=lightgrey;
node [style=filled,color=pink];
a0 -> a1 -> a2 -> a3;
label = "*process #1*";
fontsize = 20;
}

subgraph cluster_1 {
node [style=filled];
b0 -> b1 -> b2 -> b3;
label = "*process #2*";
fontsize = 20;
color=blue
}
start -> a0;
start -> b0;
a1 -> b3;
b2 -> a3;
a3 -> a0;
a3 -> end;
b3 -> end;

start [shape=Mdiamond];
end [shape=Msquare];
}





XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Download PNG Save to GitHub Get Embed Code Sketchy Engine: circo dot fdp neato
osage twopi Format: svg png-image-element json xdot plain ps Show raw output
About Graphviz Tutorial

G cluster_0 process #1 cluster_1 process #2 a0 a0 a1 a1 a0->a1 a2 a2 a1->a2 b3
b3 a1->b3 a3 a3 a2->a3 a3->a0 end end a3->end b0 b0 b1 b1 b0->b1 b2 b2 b1->b2
b2->a3 b2->b3 b3->end start start start->a0 start->b0