我有 gnuplot 文件,它在 EPS 中输出得非常好,但是在标签方面我遇到了一些问题。出于某种原因,在每个标签之前插入了一个随机数字 (')。这不是在 PNG 出口中产生的。
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