Skip to content

Commit 4d31336

Browse files
committed
Added alternate type. Bug fixes and addition of Double List for ranksep
1 parent e351b16 commit 4d31336

35 files changed

+1630
-629
lines changed

Docs/Attribute Status.docx

2.28 KB
Binary file not shown.

Resources/test/new_output/test.dot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
graph
2+
{
3+
ethernet [ color = "green, brown, red, black", label = "ethernet", shape = "circle" ]
4+
}

Resources/test/new_output/test.png

3.7 KB
Loading

Resources/test/output/2_nodes.png

2.37 KB
Loading

Resources/test/output/2_nodes.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
graph
2+
{
3+
A
4+
5+
B
6+
7+
}

Resources/test/output/clusters_1.dot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
digraph
22
{
3-
cluster cluster_0
3+
subgraph cluster_0
44
{
5-
label = "Subgraph A"
5+
label = "Subgraph A"
66
a -> b
77
b -> c
88
c -> d
99
}
10-
cluster cluster_1
10+
subgraph cluster_1
1111
{
12-
label = "Subgraph B"
12+
label = "Subgraph B"
1313
a -> f
1414
f -> c
1515
}

Resources/test/output/clusters_2.dot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
graph
22
{
33
splines = True
4-
cluster cluster_0
4+
subgraph cluster_0
55
{
6-
label = "Subgraph A"
6+
label = "Subgraph A"
77
a;
88
b;
99
c;
1010
}
11-
cluster cluster_1
11+
subgraph cluster_1
1212
{
13-
label = "Subgraph B"
13+
label = "Subgraph B"
1414
d;
1515
e;
1616
}
3.93 KB
Loading
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
graph
2+
{
3+
ethernet [ color = "brown", label = "ethernet", shape = "circle" ]
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
graph
2+
{
3+
ethernet [ color = "red", label = "ethernet", shape = "circle" ]
4+
}

0 commit comments

Comments
 (0)