How can I get a fixed distance in gnuplot from the border of my graph to the description? When I use
set ylabel "{/Symbol s}[MPa]" font "Times Italic, 10"
The description is a bit too far away from the axis.
Yes, there is the offset
flag to the xlabel
and ylabel
commands:
set ylabel "foo" offset x,y
Type
help set xlabel
for all the axis label options.
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