Hello,

the most reliable version information is written into your log files 
when you typeset anything (even if that fails): take a look into the 
.log file of your example and search for 'pgfplots'.

If I remember correctly, you can also type '\listfiles' as first command 
(before \documentclass) into your document, translate it, and get a 
summary of every loaded package and its version at the end.

The version from launchpad is, unfortunately, no longer up-to-date: the 
most recent stable is 1.4.1 .

Since you are using ubuntu, you can install a local version of pgfplots 
manually using the zip package from
http://sourceforge.net/projects/pgfplots/ :

get the archive and unzip it to ~/texmf. Then, run 'texhash' -- this 
should be enough to install it. The deinstallation is to delete all 
directories called 'pgfplots' at ~/texmf/*/pgfplots.

Best regards

Christian

Am 24.01.2011 15:38, schrieb Last survivor:
> Maverick is the latest release of Ubuntu in Oct 2010. Where as i have 
> also updated the sources using the under given link. I think now i 
> have the latest version of the pgfplots is available. I also tried 
> other examples, that worked fine. I only have problems with the text 
> option. Please tell me how i can verify that i am using the latest 
> version of pgfplots.
>
> https://launchpad.net/~johannes-reinhardt/+archive/ppa 
> <https://launchpad.net/%7Ejohannes-reinhardt/+archive/ppa>
>
>
> Regards,
>
>
>
> On Mon, Jan 24, 2011 at 3:28 PM, Martin Hehn 
> <martin.h...@googlemail.com <mailto:martin.h...@googlemail.com>> wrote:
>
>     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 <mailto: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
>         <mailto: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


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