diff --git a/main.pdf b/main.pdf index 1d0af4c..8694f9c 100644 Binary files a/main.pdf and b/main.pdf differ diff --git a/main.tex b/main.tex index 17586eb..0c39dc1 100644 --- a/main.tex +++ b/main.tex @@ -147,12 +147,12 @@ javac src/main/java/de/dhbwstuttgart/typedeployment/TypeInsert.java src/main/jav \begin{frame}[fragile]{Bugs} \begin{center} \begin{tikzpicture} \begin{axis}[ ybar, enlargelimits=0.15, legend style={at={(0. - 5,-0.3)}, anchor=north,legend columns=-1}, ylabel={Anzahl}, symbolic x - coords={Bugs,Requests}, xtick=data, nodes near coords, nodes near coords - align={vertical}, width=0.9\textwidth, height=10cm, bar width=3cm] - \addplot coordinates {(Bugs,7) (Requests,9) }; - \addplot coordinates {(Bugs,3) (Requests,1) }; - \legend{open,closed} + 5,-0.3)}, anchor=north,legend columns=-1}, ylabel={amount}, symbolic x + coords={open,closed}, xtick=data, nodes near coords, nodes near coords + align={vertical}, width=0.7\textwidth, height=10cm, bar width=2cm] + \addplot coordinates {(open,1) (closed,25) }; + \addplot coordinates {(open,3) (closed,18) }; + \legend{Bugs,Feature Requests} \end{axis} \end{tikzpicture} \end{center}