Gnuplot pngcairo arial-bold字体Pango-WARNING

时间:2014-07-28 19:35:27

标签: fonts gnuplot pango

我在Windows中使用Gnuplot 4.6和pngcairo终端来绘制一些内容。如果我尝试使用arial-bold字体,我会收到以下错误:

Pango-WARNING **: couldn't load font "arial-bold, Not-Rotated 360", falling back to "Sans Not-Rotated 360", expect ugly output.

没有-时也是如此,当我使用指定的大小(添加,x)时。这很奇怪,因为我从来没有指明这个' Not-Rotated'业务,当我只使用arialarial,x时,它没有被提及(并且脚本运行顺利)。是否有其他字体我可以使用,或者用其他方式告诉它使字体变粗?

这是我的脚本的主要部分(省略线型定义和其他修饰):

set output "./Paired CDFvsdRd Graph #17.png
set title "Effect of IRSS LWIR @ 10m (15kts, φ=all°)" offset 0,1 font 'arial-bold,30'
set term pngcairo dashed size 1280,960
set key font "arial,14"
set xlabel "dRd [AU]" offset 0,-1 font "arial-bold,18"
set ylabel "CDF" offset -1,0 font "arial-bold,18"
set mxtics 5 ; set mytics 5
set grid xtics mxtics ytics mytics ls 6, ls 5
set xrange [-0.612187:0.421873]       # Change [min:max] to desired x range

plot './Paired CDFvsdRd Graph #17.csv' u 1:2 title "IRSS, 15kts, θ=30°" w l ls 1,\
'./Paired CDFvsdRd Graph #17.csv' u 5:6 title "IRSS + HFC, 15kts, θ=30°" w l ls 2,\
'./Paired CDFvsdRd Graph #17.csv' u 9:10 title "IRSS, 15kts, no-sun" w l ls 3

我正在使用Gnuplot 4.6 patchlevel 5

1 个答案:

答案 0 :(得分:0)

好的,显然arial-bold和Arial-Bold之间存在显着差异。这就是全部了 -。- 这很奇怪,因为我确信我已经开始使用大写字体名称,并且最终在网上看到许多人使用小写名称和试错法测试一小时之后,我就停止了打扰资本化。