This commit is contained in:
Miriam Brosi 2024-01-30 00:41:52 +01:00
parent 269b379f58
commit c30f5e6830
4 changed files with 5 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 152 KiB

View file

@ -145,6 +145,7 @@
% \newpage % \newpage
% \vspace{-4cm} % \vspace{-4cm}
\noindent \noindent
\begin{tikzpicture}
\begin{ganttchart}[expand chart=17cm, \begin{ganttchart}[expand chart=17cm,
vgrid={*2{draw=none},{dotted}}, vgrid={*2{draw=none},{dotted}},
y unit title=0.6cm, y unit title=0.6cm,
@ -195,4 +196,8 @@
% \ganttbar[bar pattern={phd1, phd2}]{WP3}{10}{30} \\ % \ganttbar[bar pattern={phd1, phd2}]{WP3}{10}{30} \\
% \ganttbar[bar pattern={phd2}]{WP4}{20}{45} % \ganttbar[bar pattern={phd2}]{WP4}{20}{45}
\end{ganttchart} \end{ganttchart}
\node at (14.1, -2.1) {\textbf{WP A}};
\node at (14.1, -5.2) {\textbf{WP B}};
\node at (14.1, -8.3) {\textbf{WP C}};
\end{tikzpicture}
\end{document} \end{document}