sailor79
24-03-2011, 14:46
Hallo zusammen,
arbeite in Lyx 1.6.9 und habe nachstehende Tabelle mit pgfplot (nach einem Vorbild aus Dante) erstellt, was auch funktioniert, ausser das ich unten links immer "" stehen habe.
\pgfplotsset{width=15cm,compat=1.3}
\begin{tikzpicture}
\begin{axis}[
x tick label style={
/pgf/number format/1000 sep=},
ylabel=Produktionsanzahl in Mio. St\"uck,
enlargelimits=0.07,
legend style={at={(0.5,-0.15)},
anchor=north,legend columns=-1},
ybar=2pt,% configures `bar shift'
bar width=12pt,
nodes near coords,
point meta=y *10^-6, % the displayed number
extra x ticks={2008},
extra x tick style={grid=major, tick label style={rotate=90},
enlarge x limits=0.01},
]
\addplot
coordinates {(1950,6000000)(1951,18000000)
};
\addplot
coordinates {(1950,8000000)(1951,5500000)
};
\legend{A,B}
\end{axis}
\end{tikzpicture}
Als Codierung habe ich in Lyx Latin9 gewählt, mit utf8 oder latin1 komme ich allerdings auch nicht weiter und bekomme sogar Fehlermeldungen.
Hat jemand eine Idee, woran das liegen könnte?
arbeite in Lyx 1.6.9 und habe nachstehende Tabelle mit pgfplot (nach einem Vorbild aus Dante) erstellt, was auch funktioniert, ausser das ich unten links immer "" stehen habe.
\pgfplotsset{width=15cm,compat=1.3}
\begin{tikzpicture}
\begin{axis}[
x tick label style={
/pgf/number format/1000 sep=},
ylabel=Produktionsanzahl in Mio. St\"uck,
enlargelimits=0.07,
legend style={at={(0.5,-0.15)},
anchor=north,legend columns=-1},
ybar=2pt,% configures `bar shift'
bar width=12pt,
nodes near coords,
point meta=y *10^-6, % the displayed number
extra x ticks={2008},
extra x tick style={grid=major, tick label style={rotate=90},
enlarge x limits=0.01},
]
\addplot
coordinates {(1950,6000000)(1951,18000000)
};
\addplot
coordinates {(1950,8000000)(1951,5500000)
};
\legend{A,B}
\end{axis}
\end{tikzpicture}
Als Codierung habe ich in Lyx Latin9 gewählt, mit utf8 oder latin1 komme ich allerdings auch nicht weiter und bekomme sogar Fehlermeldungen.
Hat jemand eine Idee, woran das liegen könnte?