При попытке скормить Inkscape график полученный после применения данного кода он пишет "Не удалось загрузить запрошенный файл", в чем может быть проблема?
Код:
set terminal postscript
Terminal type is now 'postscript'
Options are 'landscape enhanced defaultplex \
leveldefault monochrome colortext \
dashlength 1.0 linewidth 1.0 pointscale 1.0 butt noclip \
nobackground \
palfuncparam 2000,0.003 \
"Helvetica" 14 fontscale 1.0 '
cd 'G:\'
set output "plot2.svg"
plot "xdat.txt" using 1:2:3 with lines