pgf-tikz / pgfplots

pgfplots - A TeX package to draw normal and/or logarithmic plots directly in TeX in two and three dimensions with a user-friendly interface and pgfplotstable - a TeX package to round and format numerical tables. Examples in manuals and/or on web site.
http://pgfplots.sourceforge.net/
200 stars 35 forks source link

x/y mode support in groupplot environment #244

Closed pgf-tikz-bot closed 4 years ago

pgf-tikz-bot commented 14 years ago

Migrated from SourceForge https://sourceforge.net/p/pgfplots/feature-requests/10/ Author: djkhaos Timestamp: 2010-03-16 01:12:00

Is it possible to specified different x/y mode in 'groupplot' environment? For example, in the following code, I try to set up the second y axis to log mode

\begin{tikzpicture} \begin{groupplot}[group style={group size=1 by 2},height=3cm,width=3cm] \nextgroupplot \addplot coordinates {(0,0) (1,1) (2,2)}; \nextgroupplot [ymode=log] \addplot coordinates {(0,10) (1,100) (2,200)}; \end{groupplot} \end{tikzpicture}

It failed with the error, '! Package pgfplots Error: You can't set 'ymode' in this context, sorry..'.

BTW, thanks for your kind help in the last feature request post.

Best Regards, Dazhi

pgf-tikz-bot commented 14 years ago

Migrated from SourceForge https://sourceforge.net/p/pgfplots/feature-requests/10/#0bd5 Author: ludewich Timestamp: 2010-03-16 18:25:06

Hi Dazhi,

I am glad to announce that the reported bug (it really is one) has been fixed. The next stable release won't have it anymore.

Best regards

Christian

pgf-tikz-bot commented 14 years ago

Migrated from SourceForge https://sourceforge.net/p/pgfplots/feature-requests/10/#3a19 Author: ludewich Timestamp: 2010-03-16 18:25:06