[pstricks] Problems with \fileplot
Goebel, Juergen
juergen.goebel at lfk.eads.net
Mon Jun 11 16:58:09 CEST 2001
Hi,
this is my first posting on this list - I hope it's not a FAQ!
Using the following LaTeX-File
-----------------------------------------------
\documentclass{article}
\usepackage{pstricks}
\usepackage{pst-plot}
\begin{document}
\psset{unit=1mm}
\begin{pspicture}(0,0)(100,100)
\fileplot[plotstyle=curve]{test.dat}
\end{pspicture}
\end{document}
-----------------------------------------------
and the data-file (test.dat)
-----------------------------------------------
[0 40]
[10 50]
-----------------------------------------------
(in different forms) I get this error message:
! File ended while scanning use of \pst@@@altreadfile.
Where is my error? And - what do I have to do to get the correct
behavior?
Regards,
Juergen
More information about the PSTricks
mailing list