Dear Fabian,

the previous stable release (to version 1.4 or 1.4.1) fixed an issue with named 
nodes inside of groupplots. I suppose that MikTeX has the most recent (fixed) 
version whereas texlive has the older version. I guess that a look into the 
.log files will show that pgfplots has a version before 1.4.1 on your texlive 
installation (note that pgfplots comes as a separate package and has 
independent version numbers from pgf). An upgrade will (hopefully) fix it.

Best regards

Christian


----- Original Nachricht ----
Von:     Fabian Schuh <m...@xeroc.org>
An:      pgfplots-features@lists.sourceforge.net
Datum:   24.09.2010 15:11
Betreff: [Pgfplots-features] Groupplot and node with 'rel cs axis' working
        with MikTex, not        working with texlive

> Hi ML,
> 
> i am trying to figure out, why I can compile a piece of tex-code with
> MikTex
> but fail to compile it with texlive.
> This is an example:
> ------------------
> ss{article}
> \usepackage{tikz}
> \usepackage{pgfplots}
> \usepgfplotslibrary{groupplots}
> \usetikzlibrary{calc,trees,positioning,arrows,chains,shapes.geometric,%
>       decorations.pathreplacing,decorations.pathmorphing,shapes,%
>       matrix,shapes.symbols,plotmarks,decorations.markings}
> 
> \begin{document}
>  \begin{tikzpicture}
>   \begin{groupplot}[group style={group size=1 by 2}] 
>   \nextgroupplot
>   \addplot coordinates {(0,1) (1,1)};
> 
>   \nextgroupplot
>   \addplot coordinates {(0,1) (1,1)};
> 
>   % Nameing the Node with (tmp) makes this fail with texlive
>   \node at (rel axis cs:0.1,0.5) (tmp) {Bla};
> 
>   \end{groupplot}
>  \end{tikzpicture}
> \end{document}
> ------------------
> 
> The problem is, if i name the extra node (i.e. tmp) texlive compiler stucks
> after:
> > [Loading MPS to PDF converter (version 2006.09.02).]
> > )
> > ! Package pgfplots Warning: Axis range for axis y is approximately empty;
> enlar
> > geing it.
> > ! Package pgfplots Warning: Axis range for axis y is approximately empty;
> enlar
> > geing it.
> [... Long time nothing.... until CTRL-C ...]
> > ! Interruption.
> > \pgfpl...@old@n...@impl ....@named@ch...@node@list                         
>                                                                             
>                  
> >                                                  
> ,{#1}}\pgfpl...@old@n...@i...
> > l.19   \end{groupplot}
> >                           
> > ? 
> > ! Emergency stop.
> 
> Anyway, MikTex has no problems with it.
> 
> I am using:
> - pdfTeX 3.1415926-1.40.10-2.2 (TeX Live 2009/Arch Linux)
> - Package: pgf 2008/01/15 v2.00-cvs (rcs-revision 1.12)
> 
> Any solutions?
> 
> regards
>       -- Fabian Schuh
> 
> --------------------------------
> Key fingerprint: DA03 EB3C 2A49 AD7D 6128  9168 F253 8A4B 282D 6238
> 
> 
> --------------------------------
> 
> ----------------------------------------------------------------------------
> --
> Nokia and AT&T present the 2010 Calling All Innovators-North America
> contest
> Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in
> marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
> http://p.sf.net/sfu/nokia-dev2dev
> 
> --------------------------------
> 
> _______________________________________________
> Pgfplots-features mailing list
> Pgfplots-features@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pgfplots-features
> 

------------------------------------------------------------------------------
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
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to