martinli
20-11-2012, 15:04
Moin,
Ich noch mal...
Ich habe ein paar Balkendiagrame in meinem Dokument. Die werden zwar ordnungsgemäß angezeigt, sehen aber leider nicht sonderlich schön aus.
Teilweise werden Werte in % angegeben, die Y ache geht aber über 100 hinaus:
\begin{figure}[H]
\centering
\begin{tikzpicture}
\begin{axis}[
width=300pt,
height=250pt,
axis lines*=left, ymin=0, ymax=,% Don't display the top and right lines
ybar, % Display it as a bargraph
bar width=20pt,
enlarge y limits={upper,value=1},
nodes near coords,
every node near coord/.append style={ anchor=mid west, rotate=90},
symbolic x coords={XXX,YYY},
xtick=data,
xticklabel style={ inner sep=0pt, anchor=north east, rotate=70 },
nodes near coords align={vertical},
yticklabel style={/pgf/number format/fixed},]
\addplot coordinates {(XXX,72)(YYY,48)};
\addplot coordinates {(XXX,72)(YYY,48)};
\legend{C,NC}
\end{axis}
\end{tikzpicture}
\caption{Caption}
\label{fig:CFigure}
\end{figure}
In diesem Fall wo zwei doppelbalken angezeigt werden, sind beide doppelbalken auch jeweils nach ganz Rechts oder Links an den Rand gerückt.
Irgendwie schaffe ich es da nicht, die Einstellungen richtig zu wählen.
Vielleicht kann noch mal jemand helfen?
Vielen Dank
Martin
Ich noch mal...
Ich habe ein paar Balkendiagrame in meinem Dokument. Die werden zwar ordnungsgemäß angezeigt, sehen aber leider nicht sonderlich schön aus.
Teilweise werden Werte in % angegeben, die Y ache geht aber über 100 hinaus:
\begin{figure}[H]
\centering
\begin{tikzpicture}
\begin{axis}[
width=300pt,
height=250pt,
axis lines*=left, ymin=0, ymax=,% Don't display the top and right lines
ybar, % Display it as a bargraph
bar width=20pt,
enlarge y limits={upper,value=1},
nodes near coords,
every node near coord/.append style={ anchor=mid west, rotate=90},
symbolic x coords={XXX,YYY},
xtick=data,
xticklabel style={ inner sep=0pt, anchor=north east, rotate=70 },
nodes near coords align={vertical},
yticklabel style={/pgf/number format/fixed},]
\addplot coordinates {(XXX,72)(YYY,48)};
\addplot coordinates {(XXX,72)(YYY,48)};
\legend{C,NC}
\end{axis}
\end{tikzpicture}
\caption{Caption}
\label{fig:CFigure}
\end{figure}
In diesem Fall wo zwei doppelbalken angezeigt werden, sind beide doppelbalken auch jeweils nach ganz Rechts oder Links an den Rand gerückt.
Irgendwie schaffe ich es da nicht, die Einstellungen richtig zu wählen.
Vielleicht kann noch mal jemand helfen?
Vielen Dank
Martin