gnuplot - 如何增加 gnuplot 中 ylabel 的字体大小?

标签 gnuplot

我尝试根据this question的答案进行set yabel={/*2.0 MyLabel} ,但这只是用这些文字打印了 ylabel。

最佳答案

您只需使用 font 参数即可指定字体选项,如下所示:

set xlabel "x-units" font "Times-Roman,12"
set ylabel "y-units" font "Times-Roman,12"

或者您可以省略任一参数,例如,如果您想设置字体大小而不是字体:

set xlabel "x-units" font ",12"
set ylabel "y-units" font ",12"

gnuplot 官方文档 can be found here ,我还建议查看 http://www.gnuplotting.org/

关于gnuplot - 如何增加 gnuplot 中 ylabel 的字体大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18119830/

相关文章:

emacs - 如何使用 emacs 允许在长 gnuplot 命令中进行注释?

3d - 等轴 : how to keep z axis on screen? 的 gnuplot 图

使用qt的c++应用程序,如何包含gnuplot

gnuplot - Gnuplot 中的可变线条颜色

gnuplot - 在 Gnuplot 中导入字体 : strange result

macos - 无法在 osx yosemite 上进行枪战。 undefined symbol

linux - 将命令作为变量传递给另一个程序?

plot - 使用 gnuplot 创建数据文件

plot - 从包含由 gnuplot 生成的绘图的 PostScript 文件中提取(近似)数据

gnuplot - gnuplot 中带有参数图的 for 循环