Create diagrams for deployment strategy

This commit is contained in:
2024-01-08 11:48:25 +01:00
parent 726ce10a7c
commit 99ab7b5641
17 changed files with 200 additions and 13 deletions

View File

@@ -0,0 +1,16 @@
\input{lib/preamble.tex}
\begin{document}
\begin{tikzpicture}[decoration={random steps,amplitude=0.15mm,segment length=0.3mm}]
\draw[->] (-0.2,0) -- (8.2,0) node[anchor=north] {t};
\draw[->] (0,-0.2) -- (0,4.2) node[anchor=east] {\# Geräte};
\draw[help lines, dashed] (3,-0.4)--(3,3.8) (6,-0.4)--(6,3.8);
\draw[color=scandioblue,decorate] (0,3.13)--(3,3.13)--(6,4.13)--(8,4.13);
\draw[color=green!60!black,decorate] (0,2.8)--(3,2.8)--(6,3.8)--(8,3.8);
\draw[color=scandiored,decorate] (0,3)--(3,3)--(6,0) (3,0)--(6,1)--(8,1);
\draw[color=scandiored, thick] (3,2.9)--(3,3.1) (3,-0.1)--(3,0.1);
\end{tikzpicture}
\end{document}