У меня есть файл gnuplot, который довольно неплохо выводится в EPS, но у меня возникают некоторые проблемы, когда дело доходит до меток. По какой-то причине случайная цифра (') вставляется перед каждой меткой. Это не производится в экспорте PNG.
Пример картинка об ошибке gnuplot
Файл gnuplot находится ниже
set term postscript eps enhanced
set datafile separator ","
set datafile missing "NULL"
set decimal locale
set output 'Average_Costs_Plotted.eps'
set grid
set key left
set ytics nomirror
set xtics nomirror
set format y "£%'.0f"
set ylabel "Total Loss Estimate \n Based on Average Cost Per m^2"
set xlabel "Area Damaged m^2"
plot "Average_Costs_Upto_10000mSQM.csv" using 1:2 axis x1y1 title 'Industrial Processing' w l lw 2