Commit 0ea18d81 by wester

07Evaluation

parent 2c5fe121
set localPath=C:\Users\kaiwe\Desktop\TeXworks-win-0.6.2-201704300708-git_7ecce17
::set localPath=..\..\TeXworks-win-0.6.2-201704300708-git_7ecce17
::set localPath=C:\Users\kaiwe\Desktop\TeXworks-win-0.6.2-201704300708-git_7ecce17
set localPath=..\..\TeXworks-win-0.6.2-201704300708-git_7ecce17
set ausarbeitungpath=.
start %localPath%\TeXworks.exe %ausarbeitungpath%\thesis.tex
start %localPath%\TeXworks.exe %ausarbeitungpath%\thesis.bib
start %localPath%\TeXworks.exe %ausarbeitungpath%\01einleitung.tex
start %localPath%\TeXworks.exe %ausarbeitungpath%\02related.tex
start %localPath%\TeXworks.exe %ausarbeitungpath%\03points.tex
start %localPath%\TeXworks.exe %ausarbeitungpath%\04tiles.tex
start %localPath%\TeXworks.exe %ausarbeitungpath%\05visualize.tex
start %localPath%\TeXworks.exe %ausarbeitungpath%\06Holoens.tex
::start %localPath%\TeXworks.exe %ausarbeitungpath%\03points.tex
::start %localPath%\TeXworks.exe %ausarbeitungpath%\04tiles.tex
::start %localPath%\TeXworks.exe %ausarbeitungpath%\05visualize.tex
::start %localPath%\TeXworks.exe %ausarbeitungpath%\06Holoens.tex
start %localPath%\TeXworks.exe %ausarbeitungpath%\07Evaluation.tex
start %localPath%\TeXworks.exe %ausarbeitungpath%\08Ausblick.tex
start %localPath%\TeXworks.exe %ausarbeitungpath%\Anhang.tex
\todo{Plot y beschriftungErfahrung}
\begin{figure}
\begin{center}
\caption{Erfahrung mit VR und AR, -3 ist keine Erfahrung, +3 ist sehr viel Erfahung}
\label{plot:Erfahrung}
\pgfplotstableread{Charts/Erfahrung.txt}
\datatable
\begin{tikzpicture}
\pgfplotstableread{Charts/Erfahrung.txt}
\datatable
\begin{axis}[
width = 0.7\textwidth,
height = 7cm,
axis x line*=bottom,
axis y line=left,
enlarge y limits,
ymajorgrids,
major x tick style = transparent,
ymin=-3,
ymax=3,
boxplot/draw direction=y,
axis x line*=bottom,
axis y line=left,
enlarge y limits,
ymajorgrids,
ymin=-3,
ymax=3,
ytick distance=1,
%xtick=data,% crucial line for the xticklabels directive
xtick={1,2},
xticklabels from table={\datatable}{Labels},
x tick label style={font=\footnotesize, text width=2.5cm, align=center},
boxplot/draw direction=y
]
\addBoxplot{\datatable}{0}{\colorVR}
\addBoxplot{\datatable}{1}{\colorVideo}
\end{axis}
\end{tikzpicture}
\end{center}
\end{figure}
\begin{figure}
\caption{Fehleranzahl}
\label{plot:Fehler}
\begin{tikzpicture}
\pgfplotstableread{Charts/Fehler.txt}
\datatable
\begin{axis}[
width = \textwidth,
height = 10cm,
boxplot/draw direction=y,
axis x line*=bottom,
axis y line=left,
enlarge y limits,
ymajorgrids,
ytick distance=1,
ymin=0,
ymax=3,
%xtick=data,% crucial line for the xticklabels directive
xtick={1,2},
xticklabels={VR, Video},
x tick label style={font=\footnotesize, text width=2.5cm, align=center},
boxplot/draw direction=y
]
\addBoxplot{\datatable}{0}{\colorVR}
\addBoxplot{\datatable}{1}{\colorVideo}
\end{axis}
\end{tikzpicture}
\end{figure}
\ No newline at end of file
\begin{landscape}
\begin{figure*}
\caption{Kommunikationszeit}
\label{plot:KommunikationsZeit}
\begin{tikzpicture}
\pgfplotstableread{Charts/KommunikationZeit.txt}
\datatable
\begin{axis}[
width = 25cm,
height = 0.9\textwidth,
boxplot/draw direction=y,
axis x line*=bottom,
axis y line=left,
enlarge y limits,
ymajorgrids,
ymin=0,
ymax=50,
y tick label style={/pgf/number format/fixed},
%xtick=data,% crucial line for the xticklabels directive
xtick={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35},
xticklabels={VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{}},
extra x ticks={3,6,9,12,15,18,21,24,27,30,33},
% this ticks shouldn't be labeled ...
extra x tick labels={},
extra x tick style={ grid=major, major tick length=0pt },
x tick label style={font=\footnotesize, text width=2.5cm, align=center, rotate=90},
%boxplot/draw direction=y
boxplot={draw direction=y, draw position={1+\plotnumofactualtype + floor((\plotnumofactualtype+0.5) /2)}},
cycle list={{red},{blue}},
% set `clip mode' to `individual' so the category labels aren't clipped away
clip mode=individual,
ylabel={Zeit in s},
]
\addBoxplot{\datatable}{0}{\colorVR}
\addBoxplot{\datatable}{1}{\colorVideo}
\addBoxplot{\datatable}{2}{\colorVR}
\addBoxplot{\datatable}{3}{\colorVideo}
\addBoxplot{\datatable}{4}{\colorVR}
\addBoxplot{\datatable}{5}{\colorVideo}
\addBoxplot{\datatable}{6}{\colorVR}
\addBoxplot{\datatable}{7}{\colorVideo}
\addBoxplot{\datatable}{8}{\colorVR}
\addBoxplot{\datatable}{9}{\colorVideo}
\addBoxplot{\datatable}{10}{\colorVR}
\addBoxplot{\datatable}{11}{\colorVideo}
\addBoxplot{\datatable}{12}{\colorVR}
\addBoxplot{\datatable}{13}{\colorVideo}
\addBoxplot{\datatable}{14}{\colorVR}
\addBoxplot{\datatable}{15}{\colorVideo}
\addBoxplot{\datatable}{16}{\colorVR}
\addBoxplot{\datatable}{17}{\colorVideo}
\addBoxplot{\datatable}{18}{\colorVR}
\addBoxplot{\datatable}{19}{\colorVideo}
\addBoxplot{\datatable}{20}{\colorVR}
\addBoxplot{\datatable}{21}{\colorVideo}
\addBoxplot{\datatable}{22}{\colorVR}
\addBoxplot{\datatable}{23}{\colorVideo}
% add the category labels
\begin{scope}[
% because the reference point will be the lower axis line the
% labels have to be moved a bit more down to don't overlap with
% the `xticklabels'
every label/.append style={
label distance=12ex,
},
]
\node [label=below:1]
at (axis cs:1.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:3]
at (axis cs:4.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:4]
at (axis cs:7.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:6]
at (axis cs:10.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:7]
at (axis cs:13.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:8]
at (axis cs:16.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:9]
at (axis cs:19.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:10]
at (axis cs:22.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:11]
at (axis cs:25.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:12]
at (axis cs:28.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:13]
at (axis cs:31.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:Gesammt]
at (axis cs:34.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\end{scope}
\end{axis}
\end{tikzpicture}
\end{figure*}
\end{landscape}
\ No newline at end of file
\begin{landscape}
\begin{figure*}
\caption{NASA-TLX, Zu beachten ist das ein geringer Wert bei Leistung für Gut steht. }
\label{plot:TLX}
\begin{tikzpicture}
\pgfplotstableread{Charts/NASATLX.txt}
\datatable
\begin{axis}[
width = 24cm,
height = 0.8\textwidth,
boxplot/draw direction=y,
axis x line*=bottom,
axis y line=left,
enlarge y limits,
ymajorgrids,
ymin=0,
ymax=100,
%xtick=data,% crucial line for the xticklabels directive
xtick={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34},
xticklabels={VR Experte,AR Lokal,Video Experte,Video Lokal,{},VR Experte,AR Lokal,Video Experte,Video Lokal,{},VR Experte,AR Lokal,Video Experte,Video Lokal,{},VR Experte,AR Lokal,Video Experte,Video Lokal,{},VR Experte,AR Lokal,Video Experte,Video Lokal,{},VR Experte,AR Lokal,Video Experte,Video Lokal,{},VR Experte,AR Lokal,Video Experte,Video Lokal},
extra x ticks={5,10,15,20,25,30},
% this ticks shouldn't be labeled ...
extra x tick labels={},
extra x tick style={ grid=major, major tick length=0pt },
x tick label style={font=\footnotesize, text width=2.5cm, align=center, rotate=90},
%boxplot/draw direction=y
boxplot={draw direction=y, draw position={1+\plotnumofactualtype + floor((\plotnumofactualtype+0.5) /4)}},
cycle list={{red},{blue}},
% set `clip mode' to `individual' so the category labels aren't clipped away
clip mode=individual,
legend entries={VR Experte,AR Lokal,Video Experte,Video Lokal},
legend to name={legend},
name=border
]
\addBoxplot{\datatable}{0}{\colorVR}
\addBoxplot{\datatable}{1}{\colorAR}
\addBoxplot{\datatable}{2}{\colorVideo}
\addBoxplot{\datatable}{3}{\colorVideoLocal}
\addBoxplot{\datatable}{5}{\colorVR}
\addBoxplot{\datatable}{6}{\colorAR}
\addBoxplot{\datatable}{7}{\colorVideo}
\addBoxplot{\datatable}{8}{\colorVideoLocal}
\addBoxplot{\datatable}{10}{\colorVR}
\addBoxplot{\datatable}{11}{\colorAR}
\addBoxplot{\datatable}{12}{\colorVideo}
\addBoxplot{\datatable}{13}{\colorVideoLocal}
\addBoxplot{\datatable}{15}{\colorVR}
\addBoxplot{\datatable}{16}{\colorAR}
\addBoxplot{\datatable}{17}{\colorVideo}
\addBoxplot{\datatable}{18}{\colorVideoLocal}
\addBoxplot{\datatable}{20}{\colorVR}
\addBoxplot{\datatable}{21}{\colorAR}
\addBoxplot{\datatable}{22}{\colorVideo}
\addBoxplot{\datatable}{23}{\colorVideoLocal}
\addBoxplot{\datatable}{25}{\colorVR}
\addBoxplot{\datatable}{26}{\colorAR}
\addBoxplot{\datatable}{27}{\colorVideo}
\addBoxplot{\datatable}{28}{\colorVideoLocal}
\addBoxplot{\datatable}{30}{\colorVR}
\addBoxplot{\datatable}{31}{\colorAR}
\addBoxplot{\datatable}{32}{\colorVideo}
\addBoxplot{\datatable}{33}{\colorVideoLocal}
% add the category labels
\begin{scope}[
% because the reference point will be the lower axis line the
% labels have to be moved a bit more down to don't overlap with
% the `xticklabels'
every label/.append style={
label distance=14ex,
},
]
\node [label=below:Geistige Anforderung]
at (axis cs:2.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:Körperliche Anforderung]
at (axis cs:7.5,\pgfkeysvalueof{/pgfplots/ymin}-1ex) {};
\node [label=below:Zeitliche Anforderung]
at (axis cs:12.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:Leistung]
at (axis cs:17.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:Anstrengung]
at (axis cs:22.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:Frustration]
at (axis cs:27.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:Gesamt]
at (axis cs:32.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\end{scope}
\end{axis}
%\node[below right] at (border.north east) {\ref{legend}};
\end{tikzpicture}
\end{figure*}
\end{landscape}
\begin{figure}
\caption{Wie schwierig war die Zusammanerbeit.}
\label{plot:Zusammenarbeit}
\begin{tikzpicture}
\pgfplotstableread{Charts/Zusammenarbeit.txt}
\datatable
\begin{axis}[
width = \textwidth,
height = 10cm,
boxplot/draw direction=y,
axis x line*=bottom,
axis y line=left,
enlarge y limits,
ymajorgrids,
ymin=-3,
ymax=3,
%xtick=data,% crucial line for the xticklabels directive
xtick={1,2,3,4},
xticklabels={VR Experte,AR Lokal,Video Experte,Video Lokal},
%x tick label style={font=\footnotesize, text width=2.5cm, align=center},
boxplot/draw direction=y
]
\addBoxplot{\datatable}{0}{\colorVR}
\addBoxplot{\datatable}{1}{\colorAR}
\addBoxplot{\datatable}{2}{\colorVideo}
\addBoxplot{\datatable}{3}{\colorVideoLocal}
\end{axis}
\end{tikzpicture}
\end{figure}
\ No newline at end of file
\begin{figure}
\caption{Wie einfach war es den beschriebenen Stein zu finden?}
\label{plot:Finden}
\begin{tikzpicture}
\pgfplotstableread{Charts/SteinFinden.txt}
\datatable
\begin{axis}[
width = \textwidth,
height = 10cm,
boxplot/draw direction=y,
axis x line*=bottom,
axis y line=left,
enlarge y limits,
ymajorgrids,
ymin=-3,
ymax=3,
ytick distance=1,
%xtick=data,% crucial line for the xticklabels directive
xtick={1,2,3,4},
xticklabels={VR Experte,AR Lokal,Video Experte,Video Lokal},
x tick label style={font=\footnotesize, text width=2.5cm, align=center},
boxplot/draw direction=y
]
\addBoxplot{\datatable}{0}{\colorVR}
\addBoxplot{\datatable}{1}{\colorAR}
\addBoxplot{\datatable}{2}{\colorVideo}
\addBoxplot{\datatable}{3}{\colorVideoLocal}
\end{axis}
\end{tikzpicture}
\end{figure}
\ No newline at end of file
\begin{figure}
\caption{War es im VR/AR Scenario von Vorteil von der Perspektive und Bewegung der anderen
Person unabhängiger zu sein und nicht an die Ansicht aus des Videos gebunden zu sein?}
\label{plot:Perspektive}
\begin{tikzpicture}
\pgfplotstableread{Charts/Perspektive.txt}
\datatable
\begin{axis}[
width = \textwidth,
height = 10cm,
boxplot/draw direction=y,
axis x line*=bottom,
axis y line=left,
enlarge y limits,
ymajorgrids,
ymin=-3,
ymax=3,
xtick=data,% crucial line for the xticklabels directive
boxplot/draw direction=y
]
\addBoxplot{\datatable}{0}{black}
\end{axis}
\end{tikzpicture}
\end{figure}
\ No newline at end of file
\begin{landscape}
\begin{figure*}
\caption{Vorbereitungszeit des Experten}
\label{plot:Vorberitung}
\begin{tikzpicture}
\pgfplotstableread{Charts/Vorbereitung.txt}
\datatable
\begin{axis}[
width = 25cm,
height = 0.9\textwidth,
boxplot/draw direction=y,
axis x line*=bottom,
axis y line=left,
enlarge y limits,
ymajorgrids,
ymin=0,
ymax=50,
y tick label style={/pgf/number format/fixed},
%xtick=data,% crucial line for the xticklabels directive
xtick={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35},
xticklabels={VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{},VR,Video,{}},
extra x ticks={3,6,9,12,15,18,21,24,27,30,33},
% this ticks shouldn't be labeled ...
extra x tick labels={},
extra x tick style={ grid=major, major tick length=0pt },
x tick label style={font=\footnotesize, text width=2.5cm, align=center, rotate=90},
%boxplot/draw direction=y
boxplot={draw direction=y, draw position={1+\plotnumofactualtype + floor((\plotnumofactualtype+0.5) /2)}},
cycle list={{red},{blue}},
% set `clip mode' to `individual' so the category labels aren't clipped away
clip mode=individual,
ylabel={Zeit in s},
]
\addBoxplot{\datatable}{0}{\colorVR}
\addBoxplot{\datatable}{1}{\colorVideo}
\addBoxplot{\datatable}{2}{\colorVR}
\addBoxplot{\datatable}{3}{\colorVideo}
\addBoxplot{\datatable}{4}{\colorVR}
\addBoxplot{\datatable}{5}{\colorVideo}
\addBoxplot{\datatable}{6}{\colorVR}
\addBoxplot{\datatable}{7}{\colorVideo}
\addBoxplot{\datatable}{8}{\colorVR}
\addBoxplot{\datatable}{9}{\colorVideo}
\addBoxplot{\datatable}{10}{\colorVR}
\addBoxplot{\datatable}{11}{\colorVideo}
\addBoxplot{\datatable}{12}{\colorVR}
\addBoxplot{\datatable}{13}{\colorVideo}
\addBoxplot{\datatable}{14}{\colorVR}
\addBoxplot{\datatable}{15}{\colorVideo}
\addBoxplot{\datatable}{16}{\colorVR}
\addBoxplot{\datatable}{17}{\colorVideo}
\addBoxplot{\datatable}{18}{\colorVR}
\addBoxplot{\datatable}{19}{\colorVideo}
\addBoxplot{\datatable}{20}{\colorVR}
\addBoxplot{\datatable}{21}{\colorVideo}
\addBoxplot{\datatable}{22}{\colorVR}
\addBoxplot{\datatable}{23}{\colorVideo}
% add the category labels
\begin{scope}[
% because the reference point will be the lower axis line the
% labels have to be moved a bit more down to don't overlap with
% the `xticklabels'
every label/.append style={
label distance=12ex,
},
]
\node [label=below:1]
at (axis cs:1.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:3]
at (axis cs:4.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:4]
at (axis cs:7.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:6]
at (axis cs:10.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:7]
at (axis cs:13.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:8]
at (axis cs:16.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:9]
at (axis cs:19.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:10]
at (axis cs:22.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:11]
at (axis cs:25.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:12]
at (axis cs:28.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:13]
at (axis cs:31.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\node [label=below:Gesammt]
at (axis cs:34.5,\pgfkeysvalueof{/pgfplots/ymin}) {};
\end{scope}
\end{axis}
\end{tikzpicture}
\end{figure*}
\end{landscape}
\ No newline at end of file
\begin{figure}
\caption{Wie wichtig war die sprachliche Kommunikation?}
\label{plot:Kommunikation}
\begin{tikzpicture}
\pgfplotstableread{Charts/Kommunikation.txt}
\datatable
\begin{axis}[
width = \textwidth,
height = 10cm,
boxplot/draw direction=y,
axis x line*=bottom,
axis y line=left,
enlarge y limits,
ymajorgrids,
ymin=-3,
ymax=3,
%xtick=data,% crucial line for the xticklabels directive
xtick={1,2,3,4},
xticklabels={VR Experte,AR Lokal,Video Experte,Video Lokal},
x tick label style={font=\footnotesize, text width=2.5cm, align=center},
boxplot/draw direction=y
]
\addBoxplot{\datatable}{0}{\colorVR}
\addBoxplot{\datatable}{1}{\colorAR}
\addBoxplot{\datatable}{2}{\colorVideo}
\addBoxplot{\datatable}{3}{\colorVideoLocal}
\end{axis}
\end{tikzpicture}
\end{figure}
\ No newline at end of file
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment