Code: Select all
!Missing number treated as zero.
<to be read again>
\def
l.283 \listplot
[plotstyle=dots]{\data}
? h
A number should have been here; I inserted '0'.
Code: Select all
\psset{lly=-.5cm}
\readdata{\data}{LSM.data}
\begin{psgraph}[arrows=->](0,0)(0,0)(8,8){.5\textwidth}
\listplot[plotstyle=dots]{\data}
\listplot[plotstyle=LSM,linecolor=red]{\data}
\end{psgraph}
Can somebody help? My report is due wednesday, and the graphs are the only things left.