[pstricks] Weird behaviour of fileplot and dataplot
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Wed Feb 27 21:51:17 CET 2008
halbard7 at aol.com schrieb:
> Please take a look at the output of the attached file, which is distinctly odd, especially in the case of \dataplot. Is this a bug or a feature? The file test1.dat was exported from mathematica, whereas test2.dat is a cleaned version of the same file.
your values are separated by a tab character, which is ignored
by PostScript.
Convert this one to a space or ,
e.g. for Linux:
tr '\t' ' ' < test1.dat > test11.dat
then it works.
Herbert
More information about the PSTricks
mailing list