gpt4 book ai didi

character-encoding - gnuplot 中的星号

转载 作者:行者123 更新时间:2023-12-04 07:56:39 25 4
gpt4 key购买 nike

我正在尝试使用

gnuplot 中生成一个 .eps 图
set terminal postscript eps enhanced color solid 

我想在我的图中包含一个包含一些星号的情节的标题,例如 ★ ☆

我试过这个:

plot "./mydata" u 1:2 title "★ ☆"

还有这个:

stars = sprintf("★ ☆")
plot "./mydata" u 1:2 title stars

但它们都不起作用。

有什么想法吗?

最佳答案

set term postscript enh color eps
set output 'test.eps'
set title 'star1:{/ZapfDingbats \110} star2:{/ZapfDingbats \111}'
plot sin(x)

查看包含在 gnuplot 发行版中的 docs/psdoc/ps_guide.ps。这就是我在寻找特殊后记字符时去的地方......

关于character-encoding - gnuplot 中的星号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11398657/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com