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
24847fe7
Commit
24847fe7
authored
Nov 19, 2017
by
Kai Westerkamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More Charts
parent
4d5a5454
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
179 additions
and
4 deletions
+179
-4
07Evaluation.tex
Ausarbeitung/07Evaluation.tex
+147
-0
Fehler.txt
Ausarbeitung/Charts/Fehler.txt
+3
-0
KommunikationZeit.txt
Ausarbeitung/Charts/KommunikationZeit.txt
+25
-0
thesis.tex
Ausarbeitung/thesis.tex
+4
-4
No files found.
Ausarbeitung/07Evaluation.tex
View file @
24847fe7
...
...
@@ -302,6 +302,120 @@ boxplot/draw direction=y
\subsection
{
Nutzung der vorhanden Hilfsmittel
}
\subsection
{
Kommunikation
}
\begin{landscape}
\begin{figure*}
\caption
{
Kommunikationszeit
}
\label
{
plot:Kommunikation
}
\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}
\begin{figure}
\caption
{
Wie wichtig war die sprachliche Kommunikation?
}
\label
{
plot:Kommunikation
}
...
...
@@ -356,6 +470,39 @@ boxplot/draw direction=y
\subsection
{
Fehleranzah
}
\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}
Satistik
überwiegend fehelrfrei
Allgemeine Fehler
...
...
Ausarbeitung/Charts/Fehler.txt
0 → 100644
View file @
24847fe7
Q1 Minimum Median Mittelwert Maximum Q3
0 0 0 0.272727273 1 0.5
0 0 0 0.818181818 3 1
Ausarbeitung/Charts/KommunikationZeit.txt
0 → 100644
View file @
24847fe7
Q1 Minimum Median Mittelwert Maximum Q3
10.5585 4.647 13.961 14.1607 28.973 16.31075
8.79925 1.461 11.2665 12.2253 21.814 14.40925
7.51375 4.545 7.93 8.9842 16.81 10.415
8.85825 5.187 10.1075 9.942 13.248 11.026
9.152 6.991 10.7435 13.0017 27.164 14.04825
12.919 10.059 17.43 17.5238 25.422 21.974
7.91475 6.97 11.2635 11.9977 26.929 12.401
13.4695 8.2 16.9845 16.8248 26.037 19.7855
9.40125 4.522 10.626 12.8108 31.14 14.30275
9.70325 5.706 14.5715 13.566 24.172 15.4515
7.2485 6.824 8.627 10.6568 24.539 11.15375
12.249 7.856 13.909 13.9998 18.974 16.4155
8.88475 7.494 10.09 12.0637 23.614 14.49375
9.15575 5.85 10.9085 11.0296 18.23 11.74875
11.94225 7.336 12.369 13.2102 22.227 14.6785
8.7535 8.17 10.1115 11.1464 15.43 13.164
9.1975 8.588 10.5985 13.2585 22.809 15.6425
13.7345 10.327 15.7525 16.5527 25.449 18.88075
9.075 7.538 11.9725 11.849 19.412 13.643
7.82675 3.742 12.0995 11.5575 18.917 15.949
10.20175 3.416 12.3745 12.5982 23.008 14.81675
5.92375 5.409 7.7985 8.2756 12.871 9.8715
8.64675 3.416 11.0115 12.23559091 31.14 14.731
8.98825 1.461 12.4885 12.96759091 26.037 15.9685
Ausarbeitung/thesis.tex
View file @
24847fe7
...
...
@@ -39,10 +39,10 @@
%% | Information for PDF file |
%% -------------------------------
\hypersetup
{
pdfauthor=
{
Not set
}
,
pdftitle=
{
Not set
}
,
pdfsubject=
{
Not set
}
,
pdfkeywords=
{
Not set
}
pdfauthor=
{
Kai Westerkamp
}
,
pdftitle=
{
Remote Assistance and Collaboration with 3D Point Clouds
}
,
pdfsubject=
{
Remote Assistance and Collaboration with 3D Point Clouds
}
,
pdfkeywords=
{
Masterarbeit, Kai Westerkamp, Point Clouds, Remote, Assistance, Kinect, Vive, VR, AR, HoloLens
}
}
...
...
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