Hi Thomas,
thanks for the report. That seems to be a bug... apparently, it works if
you write the 'at' key into the FIRST group plot of the second section.
Here is what I tried:
\begin{tikzpicture}
\begin{groupplot}[
group style={group size=2 by 2,
group name=XYZ,
},
height=3.5cm,width=3.5cm,/tikz/font=\small]
\nextgroupplot% 1
\addplot coordinates {(0,1) (1,0)};
\nextgroupplot% 2
\addplot coordinates {(0,1) (1,0)};
\nextgroupplot% 3
\addplot coordinates {(0,1) (1,0)};
\nextgroupplot% 4
\addplot coordinates {(0,1) (1,0)};
\end{groupplot}
\fill[red] (XYZ c1r2.south west) circle (5pt);
\begin{groupplot}[
group style={group size=2 by 2},
height=3.5cm,width=3.5cm,/tikz/font=\small]
\nextgroupplot[
at={(XYZ c1r2.south west)},
anchor=above north west,
]% 1
\addplot coordinates {(0,1) (1,0)};
\nextgroupplot% 2
\addplot coordinates {(0,1) (1,0)};
\nextgroupplot% 3
\addplot coordinates {(0,1) (1,0)};
\nextgroupplot% 4
\addplot coordinates {(0,1) (1,0)};
\end{groupplot}
\end{tikzpicture}
I guess this is the best so far; We will look into it.
best regards
Christian
Am 23.08.2012 11:59, schrieb Thomas Hisch:
> On Thu, Aug 23, 2012 at 11:55 AM, Thomas Hisch<[email protected]> wrote:
>> Hello,
>>
>> I would like to create a figure with multiple groupplot environments.
>> Is this possible? The problem is that the alignment of the groupplots
>> (I mean the whole groupplot not a single plot inside the groupplot)
>> does not seem to work: the groupplots overlap.
>>
> \begin{tikzpicture}
>> \begin{groupplot}[group style={group size=1 by 2,
>> vertical sep=2pt, group name=upperdouble}]
>> .....
> \end{groupplot}
>
> \begin{groupplot}[group style={group size=1 by 2,
> vertical sep=2pt, group name=lowerdouble},
> at=(upperdouble c1r2.south west), anchor=above north west]
> .....
> \end{groupplot}
> \end{tikzpicture}
>
> Sry. I hit the send button too early ;)
>
> Any ideas?
>
> Regards
> Thomas
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Pgfplots-features mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pgfplots-features
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Pgfplots-features mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pgfplots-features