Code: Select all
\documentclass{article}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}
\begin{loglogaxis}[
width=10cm,height=7cm,
title={longitudnal averages},
**code**
**code**
]
\addplot[
color=brown,
thick,
only marks,
mark=*,
table/x = r
] table [y=u2]{l_statistics.dat};
\addplot[
**code**
**code**
**code**
**code**
**code**
**code**
]{ncl_statistics.dat};
\end{loglogaxis}
\end{tikzpicture}
\end{document}