gpt4 book ai didi

gnuplot - 在 gnuplot 中设置绘图标题之间的间距

转载 作者:行者123 更新时间:2023-12-04 13:49:28 25 4
gpt4 key购买 nike

我有一个 gnuplot gif 文件生成代码:

set terminal pngcairo font 'DroidSerif'
set output "summary2.gif"

set xtics font ", 15"
set ytics font ", 15"
set key font ",18"
set key top right
set xlabel "Data width in bytes" font ",20"
set ylabel "Summary size" font ",20"
set title "Size comparison" font ",25"

plot "summary2.data" using 1:4 title "BF Complete" w lp, "summary2.data" using 1:3 title "Labeled" w lp, "summary2.data" using 1:5 title "Complete" w lp, "summary2.data" using 1:2 title "BF" w lap

问题是绘图标题很大,所以我需要在它们之间添加一些间距。我怎样才能让它发挥作用?

enter image description here

最佳答案

尝试 set key spacing <some number> .增加 <some number> 的值应该增加标题之间的距离。

关于gnuplot - 在 gnuplot 中设置绘图标题之间的间距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25475840/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com