This commit is contained in:
2022-02-22 15:30:41 +01:00
parent 726b5388b5
commit a76e9cd66b
2 changed files with 25 additions and 9 deletions

View File

@ -8,11 +8,27 @@
\section{Stakeholder analyse}
\begin{tikzpicture}
\draw[step=2.5,gray,very thin] (0,0) grid (5,5);
\draw[thick,->] (0,0) -- (5,0) node[anchor=north west] {interesse};
\draw[thick,->] (0,0) -- (0,5) node[anchor=north east] {influence};
\end{tikzpicture}
\begin{figure}[h]
\centering
\begin{tikzpicture}
\draw[step=3,gray,very thin] (0,0) grid (6,6);
\draw[thick,->] (0,0) -- (6,0) node[midway, below] {Interesse};
\draw[thick,->] (0,0) -- (0,6) node[midway, left] {Invloed};
\node[align=center] at (1.5,1.5) {\textbf{Monitor}\\Minimum effort};
\node[align=center] at (4.5,1.5) {\textbf{Consult}\\Keep informed};
\node[align=center] at (1.5,4.5) {\textbf{Inform}\\Keep satisfied};
\node[align=center] at (4.5,4.5) {\textbf{Manage closely}\\Work together};
\end{tikzpicture}
\caption{Stakeholder matrix}
\label{fig:stakeholder_matrix}
\end{figure}
\begin{table}[h]
\centering