【发布时间】: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
【问题讨论】: