Zeilenumbruch in einem Balkendiagramm
Hallo wie kann ich bei meinem Balkendiagramm den Text links der y-Achse in seinem Platz beschränken?
Es soll ein Zeilenumbruch erzeugt werden, sodass der Text untereinander steht.
Ich hoffe ihr könnt mir weiterhelfen.
[![alt text][1]][1]
Hier mein Code
\begin{figure}
\begin{tikzpicture}
\begin{axis}[
xbar stacked,
legend style={
legend columns=4,
at={(xticklabel cs:0.5)},
anchor=north,
draw=none
},
ytick=data,
axis y line*=none,
axis x line*=bottom,
tick label style={font=\footnotesize},
legend style={font=\footnotesize},
label style={font=\footnotesize},
xtick={0,100,200,300,400,500,600},
width=.9\textwidth,
bar width=10mm,
xlabel={Time in ms},
yticklabels ={Bitte hier den Zeilenumbruch, Bitte hier den Zeilenumbruch, Bitte hier den Zeilenumbruch, Bitte hier den Zeilenumbruch, Bitte hier den Zeilenumbruch, Bitte hier den Zeilenumbruch} ,
% y tick label style={yshift=0.1},
xmin=0,
xmax=600,
area legend,
y=15mm,
enlarge y limits={abs=0.625},
]
\addplot[findOptimalPartition,fill=findOptimalPartition] coordinates
{(20,0) (108,1) (5,2) (3,3) (108,4) (20,5)};
\addplot[storeClusterComponent,fill=storeClusterComponent] coordinates
{(1.4,0) (2,1) (5,2) (3,3) (2,4) (1,5)};
\addplot[dbscan,fill=dbscan] coordinates
{(288,0) (358,1) (5,2) (3,3) (358,4) (288,5)};
\addplot[constructCluster,fill=constructCluster] coordinates
{(6,0) (54,1) (5,2) (3,3) (54,4) (6,5)};
\legend{fehler, T, Q, R}
\coordinate (A) at (200,0);% ******** start of changes ************
\coordinate (B) at (300,8mm);
\end{axis}
% \node at (A) {test};
% \node at (B) {test 2};% ********* end of changes **********
\end{tikzpicture}
\caption{X}
\label{fig:stats}
\end{figure}\end{figure}
[1]: https://texwelt.de/upfiles/Unbenannt_6.PNG