mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-20 01:01:12 +00:00
modify the chart
This commit is contained in:
parent
ca591db843
commit
3e12c8d772
2 changed files with 4 additions and 3 deletions
|
|
@ -246,7 +246,7 @@ A consensus meeting needs some structure to function. When running a meeting the
|
||||||
|
|
||||||
|
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\consensusflowchart{0.9}{\large}
|
\consensusflowchart{0.8}{\large}
|
||||||
\end{center}
|
\end{center}
|
||||||
\linedpagetwo
|
\linedpagetwo
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
\draw [arrow] (test) -- (no);
|
\draw [arrow] (test) -- (no);
|
||||||
\draw [arrow] (yes) -- (consensusAchieved);
|
\draw [arrow] (yes) -- (consensusAchieved);
|
||||||
\draw [arrow] (no) -- (concerns);
|
\draw [arrow] (no) -- (concerns);
|
||||||
\draw [arrow] (modification) -- (standAside);
|
\draw [arrow] (concerns) -- (modification);
|
||||||
\draw [arrow] (concerns) -- (blockNode);
|
\draw [arrow] (concerns) -- (blockNode);
|
||||||
\draw [arrow] (consensusAchieved) -- (actionPoints);
|
\draw [arrow] (consensusAchieved) -- (actionPoints);
|
||||||
\draw [arrow] (concerns) -- (standAside);
|
\draw [arrow] (concerns) -- (standAside);
|
||||||
|
|
@ -42,6 +42,7 @@
|
||||||
|
|
||||||
% Curved arrows
|
% Curved arrows
|
||||||
\draw [arrow] (no) to[out=120, in=180] (discussion);
|
\draw [arrow] (no) to[out=120, in=180] (discussion);
|
||||||
\draw [arrow] (modification) to[out=90, in=0] (test);
|
\draw [arrow] (modification) to[out=90, in=-90] (test);
|
||||||
|
\draw [arrow] (blockNode) to[out=180, in=180] (discussion);
|
||||||
\end{tikzpicture}%
|
\end{tikzpicture}%
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue