Commit 61dad44a by Kai Westerkamp

test

parent de1a8995
Pipeline #316 passed with stage
in 33 seconds
...@@ -9,6 +9,56 @@ ...@@ -9,6 +9,56 @@
Pokemaon Go Pokemaon Go
Rot grün schwäche (genauen Namen erfragen) Rot grün schwäche (genauen Namen erfragen)
ha keine Probleme gemacht, Farbbend der Steine war kräftig genug ha keine Probleme gemacht, Farbbend der Steine war kräftig genug
\begin{tikzpicture}
\begin{axis}[
width = \textwidth,
height = 10cm,
boxplot/draw direction=y,
]
%\pgfplotstableread{Charts/Erfahrung.txt}
%\datatable
\pgfplotstableread{
Minimum Maximum Mittelwert Median Q1 Q3
-3 2 0.090909091 1 -1.75 1
-3 2 -2.090909091 -3 -3 -1
-3 3 1.590909091 2 1 3
}\datatable
\addplot+[boxplot prepared from table={
table=\datatable,
row=1,
lower whisker=Minimum,
upper whisker=Maximum,
lower quartile=Q1,
upper quartile=Q3,
median=Median
}, color=blue
]
coordinates {};
\addplot+[boxplot prepared from table={
table=\datatable,
row=2,
lower whisker=Minimum,
upper whisker=Maximum,
lower quartile=Q1,
upper quartile=Q3,
median=Median
}, color=blue
]
coordinates {};
\end{axis}
\end{tikzpicture}
\section{Ergebnisse} \section{Ergebnisse}
\subsection{Stein Finden} \subsection{Stein Finden}
......
::set localPath=C:\Users\kaiwe\Desktop\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 localPath=..\..\TeXworks-win-0.6.2-201704300708-git_7ecce17
set ausarbeitungpath=. set ausarbeitungpath=.
start %localPath%\TeXworks.exe %ausarbeitungpath%\thesis.tex start %localPath%\TeXworks.exe %ausarbeitungpath%\thesis.tex
start %localPath%\TeXworks.exe %ausarbeitungpath%\thesis.bib start %localPath%\TeXworks.exe %ausarbeitungpath%\thesis.bib
......
Minimum Maximum Mittelwert Median Q1 Q3
-3 2 0.090909091 1 -1.75 1
-3 2 -2.090909091 -3 -3 -1
-3 3 1.590909091 2 1 3
\documentclass[crop=false]{standalone}
\usepackage{pgfplotstable}
\pgfplotsset{compat=1.8}
\usepgfplotslibrary{statistics}
\makeatletter
\pgfplotsset{
boxplot prepared from table/.code={
\def\tikz@plot@handler{\pgfplotsplothandlerboxplotprepared}%
\pgfplotsset{
/pgfplots/boxplot prepared from table/.cd,
#1,
}
},
/pgfplots/boxplot prepared from table/.cd,
table/.code={\pgfplotstablecopy{#1}\to\boxplot@datatable},
row/.initial=0,
make style readable from table/.style={
#1/.code={
\pgfplotstablegetelem{\pgfkeysvalueof{/pgfplots/boxplot prepared from table/row}}{##1}\of\boxplot@datatable
\pgfplotsset{boxplot/#1/.expand once={\pgfplotsretval}}
}
},
make style readable from table=lower whisker,
make style readable from table=upper whisker,
make style readable from table=lower quartile,
make style readable from table=upper quartile,
make style readable from table=median,
make style readable from table=lower notch,
make style readable from table=upper notch
}
\makeatother
\pgfplotstableread{
lw uw Mittelwert med lq uq
-3 2 0.090909091 1 -1.75 1
-3 2 -2.090909091 -3 -3 -1
-3 3 1.590909091 2 1 3
}\datatable
%https://tex.stackexchange.com/questions/117435/read-boxplot-prepared-values-from-a-table
%https://www.dante.de/events/Archiv/herbst2010/Programm/pinnow/pinnow-folien.pdf
%https://tex.stackexchange.com/questions/3983/can-i-use-pgfplots-to-make-a-boxplot
%https://tex.stackexchange.com/questions/273299/pgf-boxplot-with-annotations
\begin{document}
\begin{tikzpicture}
\begin{axis}[boxplot/draw direction=y]
\addplot+[
boxplot prepared from table={
table=\datatable,
lower whisker=lw,
upper whisker=uw,
lower quartile=lq,
upper quartile=uq,
median=med
}, boxplot prepared
]
coordinates {};
\addplot+[
boxplot prepared from table={
table=\datatable,
row=1,
lower whisker=lw,
upper whisker=uw,
lower quartile=lq,
upper quartile=uq,
median=med
}, boxplot prepared
]
coordinates {};
\end{axis}
\end{tikzpicture}
\end{document}
\ No newline at end of file
...@@ -18,6 +18,11 @@ ...@@ -18,6 +18,11 @@
\usepackage{listings} \usepackage{listings}
\usepackage{xcolor} \usepackage{xcolor}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\usetikzlibrary{pgfplots.statistics}
\renewcommand{\vec}{\overline} \renewcommand{\vec}{\overline}
\renewcommand{\to}{\rightarrow} \renewcommand{\to}{\rightarrow}
\newcommand{\lra}{\leftrightarrow} \newcommand{\lra}{\leftrightarrow}
...@@ -143,6 +148,33 @@ ...@@ -143,6 +148,33 @@
\colorlet{numb}{magenta!60!black} \colorlet{numb}{magenta!60!black}
\pgfplotsset{
boxplot prepared from table/.code={
\def\tikz@plot@handler{\pgfplotsplothandlerboxplotprepared}%
\pgfplotsset{
/pgfplots/boxplot prepared from table/.cd,
#1,
}
},
/pgfplots/boxplot prepared from table/.cd,
table/.code={\pgfplotstablecopy{#1}\to\boxplot@datatable},
row/.initial=0,
make style readable from table/.style={
#1/.code={
\pgfplotstablegetelem{\pgfkeysvalueof{/pgfplots/boxplot prepared from table/row}}{##1}\of\boxplot@datatable
\pgfplotsset{boxplot/#1/.expand once={\pgfplotsretval}}
}
},
make style readable from table=lower whisker,
make style readable from table=upper whisker,
make style readable from table=lower quartile,
make style readable from table=upper quartile,
make style readable from table=median,
make style readable from table=lower notch,
make style readable from table=upper notch
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Here, main documents begins %% %% Here, main documents begins %%
......
No preview for this file type
P1: XXX, Grün, Rot, Blau, Weiß P1: XXX, Grün, Rot, Blau, Weiß
X3: XXX, Gelb, Rot, Weiß, Rot X3: XXX, Gelb, Rot, Weiß, Rot
S9: XXX, Gelb, Grün, Rot, Blau S9: XXX, Gelb, Grün, Rot, Blau
M2: Rot, Grün, Blau, Rot, XXX M2: Rot, Grün, Blau, Rot, XXX
T5: Grün, Rot, Blau, Weiß, XXX T5: Grün, Rot, Blau, Weiß, XXX
J6: Blau, Gelb, Rot, Blau, XXX J6: Blau, Gelb, Rot, Blau, XXX
T7: XXX, Blau, Rot, Grün, Blau T7: XXX, Blau, Rot, Grün, Blau
E3: XXX, Grün, Blau, Rot, Blau E3: XXX, Grün, Blau, Rot, Blau
K4: XXX, Blau, Weiß, Blau, Rot K4: XXX, Blau, Weiß, Blau, Rot
L6: Blau, Rot, Grün, Blau, XXX L6: Blau, Rot, Grün, Blau, XXX
U8: XXX, Weiß, Rot, Blau, Rot U8: XXX, Weiß, Rot, Blau, Rot
N3: XXX, Blau, Rot, Blau, Gelb N3: XXX, Blau, Rot, Blau, Gelb
V7: XXX, Blau, Gelb, Rot, Blau V7: XXX, Blau, Gelb, Rot, Blau
R9: Gelb, Rot, Weiß, Rot, XXX R9: Gelb, Rot, Weiß, Rot, XXX
P2: XXX, Rot, Blau, Weiß, Blau P2: XXX, Rot, Blau, Weiß, Blau
Joined Towers: VR= true Joined Towers: VR= true
0 P1 58262084 154947 Preparing 0 P1 58262084 154947 Preparing
0 P1 58262687 600 Communicating 0 P1 58262687 600 Communicating
1 X3 58588411 325723 Preparing 1 X3 58588411 325723 Preparing
1 X3 58637750 49338 Communicating 1 X3 58637750 49338 Communicating
2 S9 58653623 15872 Preparing 2 S9 58653623 15872 Preparing
2 S9 58707753 54128 Communicating 2 S9 58707753 54128 Communicating
3 M2 58719259 11504 Preparing 3 M2 58719259 11504 Preparing
3 M2 58745118 25857 Communicating 3 M2 58745118 25857 Communicating
4 T5 58749787 4667 Preparing 4 T5 58749787 4667 Preparing
4 T5 58771077 21288 Communicating 4 T5 58771077 21288 Communicating
5 J6 58781030 9952 Preparing 5 J6 58781030 9952 Preparing
5 J6 58796847 15815 Communicating 5 J6 58796847 15815 Communicating
6 T7 58804689 7841 Preparing 6 T7 58804689 7841 Preparing
6 T7 58821176 16486 Communicating 6 T7 58821176 16486 Communicating
7 E3 58828269 7091 Preparing 7 E3 58828269 7091 Preparing
7 E3 58839797 11526 Communicating 7 E3 58839797 11526 Communicating
8 K4 58847795 7996 Preparing 8 K4 58847795 7996 Preparing
8 K4 58860987 13191 Communicating 8 K4 58860987 13191 Communicating
9 L6 58871263 10274 Preparing 9 L6 58871263 10274 Preparing
9 L6 58885996 14731 Communicating 9 L6 58885996 14731 Communicating
10 U8 58899089 13091 Preparing 10 U8 58899089 13091 Preparing
10 U8 58928063 28973 Communicating 10 U8 58928063 28973 Communicating
11 N3 58933331 5266 Preparing 11 N3 58933331 5266 Preparing
11 N3 58943569 10236 Communicating 11 N3 58943569 10236 Communicating
12 V7 58954693 11123 Preparing 12 V7 58954693 11123 Preparing
12 V7 58971170 16476 Communicating 12 V7 58971170 16476 Communicating
13 R9 58979525 8353 Preparing 13 R9 58979525 8353 Preparing
13 R9 58995442 15915 Communicating 13 R9 58995442 15915 Communicating
14 P2 59000091 4647 Preparing 14 P2 59000091 4647 Preparing
14 P2 59009618 9526 Communicating 14 P2 59009618 9526 Communicating
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