|
@@ -1,6 +1,6 @@
|
|
digraph yamily {
|
|
digraph yamily {
|
|
subgraph "cluster_erika-mustermann" {
|
|
subgraph "cluster_erika-mustermann" {
|
|
- rank=same
|
|
|
|
|
|
+ rank=same style=invisible
|
|
"erika-mustermann" [label="Erika Mustermann\n*1957-08-12" shape=box]
|
|
"erika-mustermann" [label="Erika Mustermann\n*1957-08-12" shape=box]
|
|
"relation-erika-mustermann-thomas-mustermann" [shape=point width=0]
|
|
"relation-erika-mustermann-thomas-mustermann" [shape=point width=0]
|
|
"erika-mustermann" -> "relation-erika-mustermann-thomas-mustermann" [arrowhead=none constraint=False]
|
|
"erika-mustermann" -> "relation-erika-mustermann-thomas-mustermann" [arrowhead=none constraint=False]
|
|
@@ -8,7 +8,7 @@ digraph yamily {
|
|
"thomas-mustermann" [label="thomas-mustermann" shape=box]
|
|
"thomas-mustermann" [label="thomas-mustermann" shape=box]
|
|
}
|
|
}
|
|
subgraph "cluster_alice-mother" {
|
|
subgraph "cluster_alice-mother" {
|
|
- rank=same
|
|
|
|
|
|
+ rank=same style=invisible
|
|
"alice-mother" [label="Mum Test" shape=box]
|
|
"alice-mother" [label="Mum Test" shape=box]
|
|
"relation-alice-father-alice-mother" [shape=point width=0]
|
|
"relation-alice-father-alice-mother" [shape=point width=0]
|
|
"alice-father" -> "relation-alice-father-alice-mother" [arrowhead=none constraint=False]
|
|
"alice-father" -> "relation-alice-father-alice-mother" [arrowhead=none constraint=False]
|
|
@@ -16,15 +16,15 @@ digraph yamily {
|
|
"alice-father" [label="alice-father" shape=box]
|
|
"alice-father" [label="alice-father" shape=box]
|
|
}
|
|
}
|
|
subgraph "cluster_alice-grandmother" {
|
|
subgraph "cluster_alice-grandmother" {
|
|
- rank=same
|
|
|
|
|
|
+ rank=same style=invisible
|
|
"alice-grandmother" [label="Grandma Test" shape=box]
|
|
"alice-grandmother" [label="Grandma Test" shape=box]
|
|
}
|
|
}
|
|
subgraph cluster_alice {
|
|
subgraph cluster_alice {
|
|
- rank=same
|
|
|
|
|
|
+ rank=same style=invisible
|
|
alice [label="Alice Test" shape=box]
|
|
alice [label="Alice Test" shape=box]
|
|
}
|
|
}
|
|
subgraph "cluster_max-mustermann" {
|
|
subgraph "cluster_max-mustermann" {
|
|
- rank=same
|
|
|
|
|
|
+ rank=same style=invisible
|
|
"max-mustermann" [label="Max Mustermann\n*1976-02-01" shape=box]
|
|
"max-mustermann" [label="Max Mustermann\n*1976-02-01" shape=box]
|
|
}
|
|
}
|
|
"alice-grandmother" -> "alice-father"
|
|
"alice-grandmother" -> "alice-father"
|