Code: Select all
\begin{filecontents*}{LSM.data}
1.725163898 8.885630396 .9090909091 4.872484542 .5471756552 2.945557272 .3100868364 1.552826417 .1702513062 .848418512 .1015346165 .5213033186
\end{filecontents*}
\psset{lly=-.5cm, arrows=-}
\readdata{\data}{LSM.data}
\begin{psgraph}[arrows=->](0,0)(0,0)(5,10){10cm}{10cm}
\listplot[plotstyle=dots]{\data}
\listplot[plotstyle=LSM,linecolor=red]{\data}
\end{psgraph}