使用gnuplot在X轴上使用日语字符串绘图

时间:2013-06-11 05:36:21

标签: gnuplot

我想绘制类似的内容:

扱      1446.405        1546.251        1295.103
異      1249.171        1507.368        1281.740
江      1249.180        1583.025        887.781
履      1340.731        1407.289        1063.232
明日    1340.662        1558.008        960.340

每个字符串位于X轴的第一列中。我尝试使用kana14字体:

set term png font 'mbfont:kana14;k14'

但它给出了:

Could not find/open font when opening font mbfont:kana14;k14, trying default

如何以上述情况下可用的方式安装字体

1 个答案:

答案 0 :(得分:0)

找不到字体,因此gnuplot使用默认字体。

您可以为gnuplot提供字体的绝对路径,以确保找到它。

set term png font '/usr/share/fonts/path/to/font'