New answers tagged groupplots
1
For this case, as the best solution I have chosen manually placing the plots in tikzpicture environment. The source code is shown here and the output below.
\begin{tikzpicture}[scale = 0.63]
\foreach \r in {0,1,2,3,4,5,6} {
\foreach \c in {0,1,2} {
\draw ({\c*6.5+0.5},{26-(\r+1)*4+0.5}) -- ({(\c+1)*6.5-0.5},{26-(\r+1)*4+0.5}); % ...
2
This solution reads the data from a file. It let's you chose haw many plots there are in a row and how they should be scaled. But it will not break across pages, so at this number of plots you should use the [p] float placement specifier:
Code
\documentclass[parskip]{scrartcl}
\usepackage[margin=15mm]{geometry}
\usepackage{tikz}
\usepackage{pgfplots}
...
Top 50 recent answers are included
