我想用gnuplot跟踪一些曲线.我最近更换了我的电脑,现在我有一台MacOSX 10.9.5在我的另一台电脑上,颜色出现在我的.eps图中,但我的Mac不再出现了,并出现错误信息:"·没有找到时间,使用Courier." 我认为这是另一个问题.我的gnuplot版本是5.0版补丁级别0.
这是我用gnuplot加载的trace.p
$ gnuplot
gnuplot>加载"trace.p"
set autoscale
unset logscale
unset label
set term postscript enhanced 'Times'
set output"E_Hxc_bath_exact_weak.eps"
set title "E^{bath,exact}_{Hxc}/U, E^{bath,weak}_{Hxc}/U functions of U/t with potential more or equal to second-order set to 0"
set xlabel "U/t"
set ylabel "E^{bath}_{Hxc}/U"
set xrange [0.7:10]
set yrange [-7:10]
set key left top
set style line 1 lt 1 lc rgb "red" lw 3
set style line 2 lt 2 lc rgb "red" lw 3
set style line 3 lt …Run Code Online (Sandbox Code Playgroud)