Closed pgf-tikz-bot closed 4 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
Migrated from SourceForge https://sourceforge.net/p/pgfplots/feature-requests/10/#3a19 Author: ludewich Timestamp: 2010-03-16 18:25:06
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