小编man*_*ani的帖子

使用 GNUplot 在图例中插入希腊字母

我正在尝试使用以下代码将希腊符号合并到我的图表中,但两次出现类似的错误。

警告:增强的文本模式解析器 - 忽略虚假 }

警告:增强的文本模式解析器 - 忽略虚假 }

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

3
推荐指数
1
解决办法
2万
查看次数

标签 统计

gnuplot ×1