I created this graph. The graph is shown correctly but I need the range on the y-axis to be from 10e-8 to 1. I would also like a grid. I'm a newbie with the pgfplots package.
\begin{figure}[htp]
\centering
\begin{tikzpicture}
\begin{semilogyaxis}[xlabel=distanza]
\addplot [domain=0.0000001:1,
thick,blue]
file {./MATLAB/file.txt};
\end{semilogyaxis}
\end{tikzpicture}
\end{figure}
