【问题标题】:How to enlarge the line title in my gnuplot plot如何在我的 gnuplot 图中放大行标题
【发布时间】:2020-09-23 13:04:02
【问题描述】:
set xtics 
set ytics 0.025
set xlabel 'Aeroelastic cycles' font ",17"
set ylabel'Max deformation(m)' font ",17"
set grid
p 'deform20.conv' u 1:6 w lp title 'with tethers' , 'deform19.conv' u 1:6 w lp title 'without tethers'

这就是我的情节的代码,我想把我的台词的标题加大(有系绳,没有系绳)。 你能帮帮我吗?plot

【问题讨论】:

    标签: gnuplot title


    【解决方案1】:

    请查看手册或在 gnuplot 控制台中输入 help key

    例如:

    set key font ",20"
    

    会放大你的钥匙。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-09-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-09-25
      • 2012-02-22
      • 2012-01-26
      相关资源
      最近更新 更多