Hi,

I am not sure which version of texlive ships with your ubuntu. In case that
it is texlive 2009 your packages might not be up to date.

add a \listfiles as the very top of your document and post your file list
here. You might have a version of pgfplots that does not support this
feature yet.

Do you get any error messages or warnings as well?



On 24 January 2011 14:01, Last survivor <last.survivor...@gmail.com> wrote:

> 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
>
>
------------------------------------------------------------------------------
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