你如何使用gnuplot的内置字体?

时间:2008-09-16 06:30:29

标签: gnuplot

gnuplot文档有关于字体的说法:

    Five basic fonts are supported directly by the gd library. These are
    `tiny` (5x8 pixels), `small` (6x12 pixels), `medium`, (7x13 Bold), 
    `large` (8x16) or `giant` (9x15 pixels).

但是当我尝试使用一个时:

    gnuplot> set terminal png font tiny

我明白了:

    Could not find/open font when opening font tiny, using default

如何使用这些看似内置的字体?

1 个答案:

答案 0 :(得分:4)

问题是,对于这些字体由于某种原因,你不使用我在上面尝试过的标准语法:

gnuplot> set terminal png font tiny

但是,您可以删除这五种特殊字体的“font”一词:

gnuplot> set terminal png tiny