|
From: Hans-Bernhard B. <HBB...@t-...> - 2008-04-09 22:10:48
|
S wrote: > I have input Data which is stored with "," as decimalsign. For the > X11-terminal, plotting with > set decimalsign locale "de_DE@euro" Why not just set decimalsign ',' ? > works, however, if I try to plot into a postscript file, it doesn't. How does it not work? > My Minimal script shows the plot of file.txt first in x11 then in > postcript, which reveals an empty ps-file. That the file appears empty is probably unrelated to the decimalsign issue. You forgot to close the output file (unset output). And what version of gnuplot is that, anyway? |