For a chart I need ordinate alphanumeric, so I use xticklabels = (a, b,
c, d, e) to substitute the numerical values. But in this case the first
ordinate (the a and the b) does not appear. For good result I have to
write xticklabels = (,,a, b, c, d, e).
Here is an example
%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\usepackage{tikz}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}
\begin{axis}[xticklabels={a,b,c,d,e}]
\addplot coordinates{(1,21)(2,2)(3,12)(4,5)(5,7.5)};
\end{axis}
\end{tikzpicture}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
I use TexLive2010
Did I miss something?
Are there any other method?
Bertrand
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Pgfplots-features mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pgfplots-features