我想将数据标签的背景设置为白色!所考虑的图是以下数据(gnuDC.dat)的数据图:
4 1570.96 1571
8 770.63 771
12 530.33 530
16 385.13 385
24 261.87 262
48 137.71 138
96 81.42 81
Run Code Online (Sandbox Code Playgroud)
plot命令显示为:
plot "gnuDC.dat" using 1:2 title "DC: GNU Fortran 4.7.2 + Open MPI 1.6.3" w p ls 1, \
"gnuDC.dat" using 1:2:3 with labels center offset 2.,0.7 font "Helvetica,14" tc ls 4 notitle, \
"gnuDC.dat" using 1:3 notitle smooth csplines ls 14
Run Code Online (Sandbox Code Playgroud)
看起来还可以,但是认为当背景为白色时,可以更好地阅读标签。有没有一种简单的方法可以一次为所有标签添加白色背景?
这是整个打印文件:
set terminal postscript eps size 14cm,10cm enhanced color \
font 'Helvetica,18' linewidth 2 …Run Code Online (Sandbox Code Playgroud) gnuplot ×1