Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
masterarbeit-kai
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Philipp Adolf
masterarbeit-kai
Commits
d56ff1ef
Commit
d56ff1ef
authored
Nov 25, 2017
by
Werner Westerkamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kapitel 7 fertiggestellt
parent
cea02bfe
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
118 deletions
+4
-118
07Evaluation.tex
Ausarbeitung/07Evaluation.tex
+0
-0
Erfahrung.tex
Ausarbeitung/Charts/Erfahrung.tex
+1
-1
Kommunikatiosnzeit.tex
Ausarbeitung/Charts/Kommunikatiosnzeit.tex
+0
-85
NASATLX.tex
Ausarbeitung/Charts/NASATLX.tex
+1
-1
Schwierig_Zusammenarbeit.tex
Ausarbeitung/Charts/Schwierig_Zusammenarbeit.tex
+1
-1
SteinFinden.tex
Ausarbeitung/Charts/SteinFinden.tex
+1
-1
Unabhaenigkeit.tex
Ausarbeitung/Charts/Unabhaenigkeit.tex
+0
-29
No files found.
Ausarbeitung/07Evaluation.tex
View file @
d56ff1ef
This diff is collapsed.
Click to expand it.
Ausarbeitung/Charts/Erfahrung.tex
View file @
d56ff1ef
\todo
{
Plot y beschriftungErfahrung
}
\begin{figure}
\begin{center}
\caption
{
Erfahrung mit VR und AR, -3 ist keine Erfahrung, +3 ist sehr viel Erfahung
}
\caption
{
Erfahrung mit VR und AR, -3 ist keine Erfahrung, +3 ist sehr viel Erfah
r
ung
}
\label
{
plot:Erfahrung
}
\pgfplotstableread
{
Charts/Erfahrung.txt
}
\datatable
...
...
Ausarbeitung/Charts/Kommunikatiosnzeit.tex
deleted
100644 → 0
View file @
cea02bfe
\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
}
,
]
\addplot
[ color=
\colorVR
, only marks,mark=x,each nth point**=
{
2
}{
0
}
]
plot [error bars/.cd, y dir=both, y explicit]
table[x=X,y=Mittelwert,y error=Standartabweichung]
{
\datatable
}
;
\addplot
[ color=
\colorVideo
, only marks,mark=x,each nth point**=
{
2
}{
1
}
]
plot [error bars/.cd, y dir=both, y explicit]
table[x=X,y=Mittelwert,y error=Standartabweichung]
{
\datatable
}
;
% 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:Gesamt]
at (axis cs:34.5,
\pgfkeysvalueof
{
/pgfplots/ymin
}
)
{}
;
\end{scope}
\end{axis}
\end{tikzpicture}
\end{figure*}
\end{landscape}
\ No newline at end of file
Ausarbeitung/Charts/NASATLX.tex
View file @
d56ff1ef
\begin{landscape}
\begin{figure*}
\caption
{
NASA-TLX,
Die Skala geht von Gering (0) bis Hoch (100). Bei Leistung von Gu
(0) bis schlecht (100)
}
\caption
{
NASA-TLX,
Die Skala geht von gering (0) bis hoch (100). Bei Leistung von gut
(0) bis schlecht (100)
}
\label
{
plot:TLX
}
\begin{tikzpicture}
\pgfplotstableread
{
Charts/NASATLX.txt
}
...
...
Ausarbeitung/Charts/Schwierig_Zusammenarbeit.tex
View file @
d56ff1ef
\begin{figure}
\caption
{
Wie schwierig war die Zusammanerbeit
.
}
\caption
{
Wie schwierig war die Zusammanerbeit
?
}
\label
{
plot:Zusammenarbeit
}
\begin{tikzpicture}
\pgfplotstableread
{
Charts/Zusammenarbeit.txt
}
...
...
Ausarbeitung/Charts/SteinFinden.tex
View file @
d56ff1ef
\begin{figure}
\caption
{
Wie einfach war es den beschriebenen Stein zu finden?
}
\caption
{
Wie einfach war es
,
den beschriebenen Stein zu finden?
}
\label
{
plot:Finden
}
\begin{tikzpicture}
\pgfplotstableread
{
Charts/SteinFinden.txt
}
...
...
Ausarbeitung/Charts/Unabhaenigkeit.tex
deleted
100644 → 0
View file @
cea02bfe
\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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment