Hi Joel,

it seems as if prefix for the key 'bar width' is not deduced properly in the
groupplots case (I'd assume a bug in pgfplots).

However, you can avoid the problem by providing the key prefix '/tikz'
explicitly, i.e. if you write

'/tikz/bar width=1pt' instead of 'bar width=1pt'.

Does that solve the problem?

Best regards

Christian

2011/8/15 Joel <jtzzaa11-pgf...@yahoo.com>

> Hello Christian,
>
> I'm using pgfplots v.1.4.1 and trying to use bar plots.
>
> This works:
> \begin{axis}[
>        ybar stacked,
>        bar width=1pt,
>        ]
>        \addplot table[x index=0, y index=1]{f};
> \end{axis}
>
> but this doesn't, unless I comment bar width:
> \begin{groupplot}[
>        ybar stacked,
>        bar width=1pt,
>        ]
>        \nextgroupplot
>        \addplot table[x index=0, y index=1]{f};
> \end{groupplot}
>
> Can you please advice what's wrong?.
>
> Thanks,
> Joel.
>
------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to