I tried to use the same code discussed in the documentation and on the main
page,

\usepackage{pgfplots}
%\pgfplotsset{compat=1.3}
\pgfplotsset{compat=newest}
\begin{tikzpicture}
\begin{axis}[symbolic x coords={a,b,c,d,e,f,g,h,i}]
\addplot+[smooth] coordinates {
(a,42)
(b,50)
(c,80)
(f,60)
(g,62)
(i,90)};
\end{axis}
\end{tikzpicture}

Unfortunately i did get the required result. I am using ubuntu Mevrick.
Could any one guide me how i can plot the bar graphs having texts at  x-axis
or y-axis.

does this  feature of pgfplots supports the ubuntu Mevrick or not??


Regards,
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to