I have a gnuplot gif file generation code:
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
The issue is that the plot titles are large so I need to add some spacing between them. How can I make it work?

Try set key spacing <some number>. Increasing the value of <some number> should increase the distance between titles.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With