Commit 95cc4c44 by Kai Westerkamp

Chart beschriftungen

parent ee4529d1
\todo{Plot y beschriftungErfahrung} \todo{Plot y beschriftungErfahrung}
\begin{figure} \begin{figure}
\begin{center} \begin{center}
\caption{Erfahrung mit VR und AR, -3 ist keine Erfahrung, +3 ist sehr viel Erfahrung} \caption{Erfahrung der Probanden mit VR und AR}
\label{plot:Erfahrung} \label{plot:Erfahrung}
\pgfplotstableread{Charts/Erfahrung.txt} \pgfplotstableread{Charts/Erfahrung.txt}
\datatable \datatable
...@@ -16,8 +16,6 @@ axis y line=left, ...@@ -16,8 +16,6 @@ axis y line=left,
enlarge y limits, enlarge y limits,
ymajorgrids, ymajorgrids,
major x tick style = transparent, major x tick style = transparent,
ymin=-3,
ymax=3,
boxplot/draw direction=y, boxplot/draw direction=y,
axis x line*=bottom, axis x line*=bottom,
axis y line=left, axis y line=left,
...@@ -26,6 +24,9 @@ ymajorgrids, ...@@ -26,6 +24,9 @@ ymajorgrids,
ymin=-3, ymin=-3,
ymax=3, ymax=3,
ytick distance=1, ytick distance=1,
extra y ticks={-3,3},
extra y tick labels={keine,sehr viel},
extra y tick style={ticklabel style={xshift=-4ex}},
%xtick=data,% crucial line for the xticklabels directive %xtick=data,% crucial line for the xticklabels directive
xtick={1,2}, xtick={1,2},
xticklabels from table={\datatable}{Labels}, xticklabels from table={\datatable}{Labels},
......
...@@ -22,6 +22,9 @@ extra x ticks={5,10,15,20,25,30}, ...@@ -22,6 +22,9 @@ extra x ticks={5,10,15,20,25,30},
% this ticks shouldn't be labeled ... % this ticks shouldn't be labeled ...
extra x tick labels={}, extra x tick labels={},
extra x tick style={ grid=major, major tick length=0pt }, extra x tick style={ grid=major, major tick length=0pt },
extra y ticks={0,100},
extra y tick labels={gering,hoch},
extra y tick style={ticklabel style={xshift=-4ex}},
x tick label style={font=\footnotesize, text width=2.5cm, align=center, rotate=-90}, x tick label style={font=\footnotesize, text width=2.5cm, align=center, rotate=-90},
%boxplot/draw direction=y %boxplot/draw direction=y
boxplot={draw direction=y, draw position={1+\plotnumofactualtype + floor((\plotnumofactualtype+0.5) /4)}}, boxplot={draw direction=y, draw position={1+\plotnumofactualtype + floor((\plotnumofactualtype+0.5) /4)}},
......
...@@ -17,6 +17,9 @@ ymax=3, ...@@ -17,6 +17,9 @@ ymax=3,
%xtick=data,% crucial line for the xticklabels directive %xtick=data,% crucial line for the xticklabels directive
xtick={1,2,3,4}, xtick={1,2,3,4},
xticklabels={VR Experte,AR Lokal,Video Experte,Video Lokal}, xticklabels={VR Experte,AR Lokal,Video Experte,Video Lokal},
extra y ticks={-3,3},
extra y tick labels={sehr schwierig,sehr einfach},
extra y tick style={ticklabel style={xshift=-4ex}},
%x tick label style={font=\footnotesize, text width=2.5cm, align=center}, %x tick label style={font=\footnotesize, text width=2.5cm, align=center},
boxplot/draw direction=y boxplot/draw direction=y
] ]
......
...@@ -21,6 +21,9 @@ ytick distance=1, ...@@ -21,6 +21,9 @@ ytick distance=1,
xtick={1,2,3,4}, xtick={1,2,3,4},
xticklabels={VR Experte,AR Lokal,Video Experte,Video Lokal}, xticklabels={VR Experte,AR Lokal,Video Experte,Video Lokal},
x tick label style={font=\footnotesize, text width=2.5cm, align=center}, x tick label style={font=\footnotesize, text width=2.5cm, align=center},
extra y ticks={-3,3},
extra y tick labels={sehr schwierig,sehr einfach},
extra y tick style={ticklabel style={xshift=-4ex}},
boxplot/draw direction=y boxplot/draw direction=y
] ]
......
...@@ -26,6 +26,9 @@ x tick label style={font=\footnotesize, text width=2.5cm, align=center, rotate=- ...@@ -26,6 +26,9 @@ x tick label style={font=\footnotesize, text width=2.5cm, align=center, rotate=-
%boxplot/draw direction=y %boxplot/draw direction=y
boxplot={draw direction=y, draw position={1+\plotnumofactualtype + floor((\plotnumofactualtype+0.5) /4)}}, boxplot={draw direction=y, draw position={1+\plotnumofactualtype + floor((\plotnumofactualtype+0.5) /4)}},
cycle list={{red},{blue}}, cycle list={{red},{blue}},
extra y ticks={-3,0,3},
extra y tick labels={negtiv, neutral, positiv},
extra y tick style={ticklabel style={xshift=-4ex}},
% set `clip mode' to `individual' so the category labels aren't clipped away % set `clip mode' to `individual' so the category labels aren't clipped away
clip mode=individual, clip mode=individual,
legend entries={VR Experte,AR Lokal,Video Experte,Video Lokal}, legend entries={VR Experte,AR Lokal,Video Experte,Video Lokal},
......
...@@ -16,6 +16,9 @@ ymajorgrids, ...@@ -16,6 +16,9 @@ ymajorgrids,
ymin=-3, ymin=-3,
ymax=3, ymax=3,
ytick distance=1, ytick distance=1,
extra y ticks={-3,3},
extra y tick labels={unwichtig,sehr wichtig},
extra y tick style={ticklabel style={xshift=-4ex}},
%xtick=data,% crucial line for the xticklabels directive %xtick=data,% crucial line for the xticklabels directive
xtick={1,2,3,4}, xtick={1,2,3,4},
xticklabels={VR Experte,AR Lokal,Video Experte,Video Lokal}, xticklabels={VR Experte,AR Lokal,Video Experte,Video Lokal},
......
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