Fix Futures loop

black
parent 5ef58a89f2
commit 7ae7e9fc01

@ -18,18 +18,19 @@
\node (models) [node, align=center] {Models\\\&\\Simulations};
\node (futures3) [plain, above=of models, xshift=-2cm] {Thousands};
\node (futures2) [plain, above=of models, yshift=-0.7cm, xshift=-2cm] {of};
\node (futures1) [plain, left=of models, yshift=1.4cm, xshift=1.4cm] {Futures};
\node (futures3) [plain, above=of models, xshift=-1.2cm, yshift=0.2cm] {};
\node (futures2) [plain, above=of models, yshift=-0.8cm, xshift=-2.2cm] {};
\node (futures1) [plain, left=of models, yshift=0.7cm, xshift=0.2cm] {};
\node [above=of futures2, xshift=-0.2cm, yshift=-1.3cm, rotate=45] {Thousands of futures};
\node (fold) [phantom, above=of models, align=center, yshift=2cm] {Pick \& Fold};
\node (fold2) [phantom, right=of models, xshift=-1.5cm, yshift=1.5cm] {};
\node (policy) [node, right=of models, align=center, xshift=1cm, yshift=3cm] {Policy\\Measures};
\node (s) [node_initial, label=right:{usceptible}, below=of policy, xshift=0cm , yshift=-2cm] {\textbf{S}};
\node (i) [node_initial, label=right:{nfectious}, below=of s, xshift=-1cm , yshift=-0cm] {\textbf{I}};
\node (r) [node_initial, label=right:{ecovered}, below=of i, xshift=-1cm , yshift=-0cm] {\textbf{R}};
\node (d) [node_initial, label=right:{eceased}, below=of r, xshift=-1cm , yshift=-0cm] {\textbf{D}};
\node (i) [node_initial, label=right:{nfectious}, below=of s, xshift=-1cm , yshift=0.5cm] {\textbf{I}};
\node (r) [node_initial, label=right:{ecovered}, below=of i, xshift=-1cm , yshift=0.5cm] {\textbf{R}};
\node (d) [node_initial, label=right:{eceased}, below=of r, xshift=-1cm , yshift=0.5cm] {\textbf{D}};
\node (ghostly) [phantom, left=of policy, align=center, xshift=1.2cm, yshift=0.5cm] {Ghostly\\Potential};
@ -39,8 +40,8 @@
(models) edge [in=-140,out=-110,max distance=1.5cm,loop] node[el,below] {Runs and re-runs} (models);
\path[->, color=green, shorten < = -3mm]
(models) edge [] (futures2.south)
(models) edge [] (futures1.east)
(models) edge [] (futures2.east)
(models) edge [] (futures3.east);
\draw[->-=.25, -, color=green, shorten > = 0pt, shorten < = -3mm] (models) -- (fold.south) -- (fold2.center);

Loading…
Cancel
Save