我正在尝试使用以下代码将希腊符号合并到我的图表中,但两次出现类似的错误。
警告:增强的文本模式解析器 - 忽略虚假 }
警告:增强的文本模式解析器 - 忽略虚假 }
reset
# svg
#set terminal svg size 410,250 fname "Times New Roman" \
set terminal svg size 410,250, enhanced fname 'Times New Roman' \
fsize "12" rounded dashed
set output "data1.svg"
set tics nomirror
# color definitions
set style line 1 lc rgb "#8b1a0e" pt 1 ps 1 lt 1 lw 2 # --- red
set style line 2 lc rgb "#5e9c36" pt 2 ps 1 lt 2 lw 2 # …Run Code Online (Sandbox Code Playgroud) gnuplot ×1