使用 gnuplot 中的变量设置字体大小

Set font size using a variable in gnuplot

如何在 gnuplot 4.6 中使用变量设置字体大小。 我正在尝试做类似的事情:

  fontSize = 20;
  set xlabel "Time" font ", fontSize"

非常简单地使用文本和整数的连接运算符 .

set xlabel "Time" font ", ".fontSize