Suchst du eventuell nach `groupplots`?
[`groupplots`](http://texdoc.net/texmf-dist/doc/latex/pgfplots/pgfplots.pdf#section.5.8)?
\documentclass{article}
\usepackage{pgfplots}
\usepgfplotslibrary{groupplots}
\begin{document}
\begin{tikzpicture}[solid */.style={solid,mark=*,mark options={solid}}]
\begin{groupplot}[group style={group size=2 by 3},width=5cm,height=4cm,]
\nextgroupplot[xlabel = {$A$}]
\addplot [red,solid *,smooth] coordinates {(2,6.45)(1,3.4)(3,4.8)(4,4.1)(5,2.4)};
\nextgroupplot[xlabel = {$B$}]
\addplot [green,solid *,smooth] coordinates {(1,66.4)(2,43.4)(3,4.3)(4,4.1)(5,9.4)};
\nextgroupplot[xlabel = {$C$}]
\addplot [blue,solid *,smooth] coordinates {(1,66.4)(2,43.4)(2,4.8)(4,3.1)(1,9.4)};
\nextgroupplot[xlabel = {$D$}]
\addplot [green,solid *] coordinates {(1,66.4)(2,43.4)(3,4.8)(4,4.1)(5,9.2)};
\nextgroupplot[xlabel = {$E$}]
\addplot [pink,solid *] coordinates {(1,66.4)(2,43.4)(3,4.8)(4,4.1)(5,9.4)};
\nextgroupplot[xlabel = {$F$}]
\addplot [green,solid *] coordinates {(1,66.4)(2,43.2)(2,4.8)(4,4.1)(4,9.4)};
\end{groupplot}
\end{tikzpicture}
\end{document}
![alt text][1]
[1]: http://texwelt.de/wissen/upfiles/test_208.png