我有点困惑,我有相同的 gnuplot 脚本可以在
版本 4.6 补丁级别 4 构建系统:Linux x86_64
但不低于
版本 4.6 补丁级别 5 构建系统:MS-Windows 32 位
脚本文件是
clear
set terminal epslatex size 20cm,14cm
set output 'mwe.tex'
set style data points
set style line 101 lc rgb "black" lw 2 pt 1 ps 2
set grid
set xlabel 'xlabel'
set ylabel 'ylabel'
xmin= -0.2
xmax= 0.7
set xrange [xmin:xmax]
set key below
plot "<echo '0.408 270.7'" with points ls 101 notitle,\
该命令是否"<echo
在 Windows 下无法运行?
我在 Windows 中遇到的错误是“跳过不可读的文件”