-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Quote properties on edges too * Bump version --------- Co-authored-by: Guillaume Dalle <[email protected]>
- Loading branch information
1 parent
01d4dac
commit 42a2f26
Showing
4 changed files
with
116 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,56 @@ | ||
digraph G { | ||
pack=true; | ||
1 [ color="orange",style="filled",penwidth="2.0",fillcolor="#dddddd",name="weather",label="NOAA\nWeather",shape="record",]; | ||
2 [ color="orange",style="filled",penwidth="2.0",fillcolor="#dddddd",name="cost",label="Vaccination\nCost",shape="record",]; | ||
3 [ color="orange",style="filled",penwidth="2.0",fillcolor="#dddddd",name="demo",label="Census\nDemographics",shape="record",]; | ||
4 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="fed",label="Fed Forcast",shape="record",]; | ||
5 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="epi",label="SIR",shape="record",]; | ||
6 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="ode",label="ODE Solver",shape="record",]; | ||
7 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="rate",label="{Transition\nRate}",shape="record",]; | ||
8 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="unit",label="Unit",shape="record",]; | ||
9 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="personper",label="Person/s",shape="record",]; | ||
10 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="person",label="Person",shape="record",]; | ||
11 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="second",label="second (s)",shape="record",]; | ||
12 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="dollars",label="$",shape="record",]; | ||
13 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="inf",label="Infection\nRate",shape="record",]; | ||
14 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="mort",label="Mortality\nRate",shape="record",]; | ||
15 [ color="#66AA55",style="filled",penwidth="2.0",fillcolor="#dddddd",name="birth",label="Birth\nRate",shape="record",]; | ||
16 [ color="#DD1133",style="filled",penwidth="2.0",fillcolor="#dddddd",name="twenty",label="0.2 Persons/s",shape="record",]; | ||
17 [ color="#DD1133",style="filled",penwidth="2.0",fillcolor="#dddddd",name="thirty",label="0.3 Persons/s",shape="record",]; | ||
18 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="ind",label="Individual\nContact\nModel",shape="record",]; | ||
19 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="temp",label="Temperature",shape="record",]; | ||
20 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="age",label="Age",shape="record",]; | ||
21 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="dGDP",label="Economic Growth",shape="record",]; | ||
22 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="cases",label="Flu\nCases",shape="record",]; | ||
23 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="prices",label="Vacc\nPrice",shape="record",]; | ||
24 [ color="#5DADE2",style="filled",penwidth="2.0",fillcolor="#dddddd",name="regres",label="Regression",shape="record",]; | ||
25 [ color="#000000",style="filled",penwidth="2.0",fillcolor="#dddddd",name="html",label=<<U><B>Title </B></U> <BR/> Some text.>,shape="record",]; | ||
1 -> 19 [ color=orange, dir=none, penwidth=4.0, style=solid, ] | ||
3 -> 15 [ color=orange, dir=none, penwidth=4.0, style=solid, ] | ||
3 -> 20 [ color=orange, dir=none, penwidth=4.0, style=solid, ] | ||
4 -> 21 [ color=missing, dir=none, penwidth=missing, style=missing, ] | ||
5 -> 22 [ color=orange, dir=none, penwidth=4.0, style=solid, ] | ||
6 -> 5 [ color=missing, dir=none, penwidth=missing, style=missing, ] | ||
7 -> 9 [ color=missing, dir=none, penwidth=missing, style=missing, ] | ||
9 -> 8 [ color=missing, dir=none, penwidth=missing, style=missing, ] | ||
10 -> 8 [ color=missing, dir=none, penwidth=missing, style=missing, ] | ||
11 -> 8 [ color=missing, dir=none, penwidth=missing, style=missing, ] | ||
12 -> 2 [ color=missing, dir=none, penwidth=missing, style=missing, ] | ||
12 -> 8 [ color=missing, dir=none, penwidth=missing, style=missing, ] | ||
13 -> 7 [ color=black, dir=none, penwidth=2.0, style=dashed, ] | ||
13 -> 18 [ color=orange, dir=none, penwidth=4.0, style=solid, ] | ||
14 -> 7 [ color=black, dir=none, penwidth=2.0, style=dashed, ] | ||
14 -> 18 [ color=orange, dir=none, penwidth=4.0, style=solid, ] | ||
15 -> 7 [ color=black, dir=none, penwidth=2.0, style=dashed, ] | ||
15 -> 18 [ color=orange, dir=none, penwidth=4.0, style=solid, ] | ||
16 -> 14 [ color=missing, dir=none, penwidth=missing, style=missing, ] | ||
17 -> 13 [ color=missing, dir=none, penwidth=missing, style=missing, ] | ||
18 -> 5 [ color=orange, dir=none, penwidth=4.0, style=solid, ] | ||
19 -> 13 [ color=orange, dir=none, penwidth=4.0, style=solid, ] | ||
20 -> 14 [ color=orange, dir=none, penwidth=4.0, style=solid, ] | ||
21 -> 23 [ color=missing, dir=none, penwidth=missing, style=missing, ] | ||
22 -> 24 [ color=orange, dir=none, penwidth=4.0, style=solid, ] | ||
23 -> 24 [ color=missing, dir=none, penwidth=missing, style=missing, ] | ||
24 -> 2 [ color=orange, dir=none, penwidth=4.0, style=solid, ] | ||
25 -> 4 [ color=black, dir=none, penwidth=2.0, style=solid, ] | ||
pack="true"; | ||
1 [ color="orange", style="filled", penwidth="2.0", fillcolor="#dddddd", name="weather", label="NOAA\nWeather", shape="record", ]; | ||
2 [ color="orange", style="filled", penwidth="2.0", fillcolor="#dddddd", name="cost", label="Vaccination\nCost", shape="record", ]; | ||
3 [ color="orange", style="filled", penwidth="2.0", fillcolor="#dddddd", name="demo", label="Census\nDemographics", shape="record", ]; | ||
4 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="fed", label="Fed Forcast", shape="record", ]; | ||
5 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="epi", label="SIR", shape="record", ]; | ||
6 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="ode", label="ODE Solver", shape="record", ]; | ||
7 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="rate", label="{Transition\nRate}", shape="record", ]; | ||
8 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="unit", label="Unit", shape="record", ]; | ||
9 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="personper", label="Person/s", shape="record", ]; | ||
10 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="person", label="Person", shape="record", ]; | ||
11 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="second", label="second (s)", shape="record", ]; | ||
12 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="dollars", label="$", shape="record", ]; | ||
13 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="inf", label="Infection\nRate", shape="record", ]; | ||
14 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="mort", label="Mortality\nRate", shape="record", ]; | ||
15 [ color="#66AA55", style="filled", penwidth="2.0", fillcolor="#dddddd", name="birth", label="Birth\nRate", shape="record", ]; | ||
16 [ color="#DD1133", style="filled", penwidth="2.0", fillcolor="#dddddd", name="twenty", label="0.2 Persons/s", shape="record", ]; | ||
17 [ color="#DD1133", style="filled", penwidth="2.0", fillcolor="#dddddd", name="thirty", label="0.3 Persons/s", shape="record", ]; | ||
18 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="ind", label="Individual\n\"Contact\"\nModel", shape="record", ]; | ||
19 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="temp", label="Temperature", shape="record", ]; | ||
20 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="age", label="Age", shape="record", ]; | ||
21 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="dGDP", label="Economic Growth", shape="record", ]; | ||
22 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="cases", label="Flu\nCases", shape="record", ]; | ||
23 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="prices", label="Vacc\nPrice", shape="record", ]; | ||
24 [ color="#5DADE2", style="filled", penwidth="2.0", fillcolor="#dddddd", name="regres", label="Regression", shape="record", ]; | ||
25 [ color="#000000", style="filled", penwidth="2.0", fillcolor="#dddddd", name="html", label=<<U><B>Title </B></U> <BR/> Some text.>, shape="record", ]; | ||
1 -> 19 [ color="orange", dir="none", penwidth="4.0", label="", style="solid", ] | ||
3 -> 15 [ color="orange", dir="none", penwidth="4.0", label="", style="solid", ] | ||
3 -> 20 [ color="orange", dir="none", penwidth="4.0", label="", style="solid", ] | ||
4 -> 21 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] | ||
5 -> 22 [ color="orange", dir="none", penwidth="4.0", label="", style="solid", ] | ||
6 -> 5 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] | ||
7 -> 9 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] | ||
9 -> 8 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] | ||
10 -> 8 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] | ||
11 -> 8 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] | ||
12 -> 2 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] | ||
12 -> 8 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] | ||
13 -> 7 [ color="black", dir="none", penwidth="2.0", label="", style="dashed", ] | ||
13 -> 18 [ color="orange", dir="none", penwidth="4.0", label="one, other", style="solid", ] | ||
14 -> 7 [ color="black", dir="none", penwidth="2.0", label="", style="dashed", ] | ||
14 -> 18 [ color="orange", dir="none", penwidth="4.0", label="cause", style="solid", ] | ||
15 -> 7 [ color="black", dir="none", penwidth="2.0", label="", style="dashed", ] | ||
15 -> 18 [ color="orange", dir="none", penwidth="4.0", label="one, other, and third one", style="solid", ] | ||
16 -> 14 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] | ||
17 -> 13 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] | ||
18 -> 5 [ color="orange", dir="none", penwidth="4.0", label="", style="solid", ] | ||
19 -> 13 [ color="orange", dir="none", penwidth="4.0", label="", style="solid", ] | ||
20 -> 14 [ color="orange", dir="none", penwidth="4.0", label="", style="solid", ] | ||
21 -> 23 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] | ||
22 -> 24 [ color="orange", dir="none", penwidth="4.0", label="with single \" here", style="solid", ] | ||
23 -> 24 [ color="missing", dir="none", penwidth="missing", label="", style="missing", ] | ||
24 -> 2 [ color="orange", dir="none", penwidth="4.0", label="with \"quoted\" word", style="solid", ] | ||
25 -> 4 [ color="black", dir="none", penwidth="2.0", label="", style="solid", ] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters