Increase Gnuplot margins

Hi @rick,

This is an issue with gnuplot, the color bar doesn’t fit automatically on the margin. You can increase it with the following gnuplot commands:

set lmargin screen 0.1
set rmargin screen 0.8

See the picture, where you need to put these lines:

One extra tip, if you click on Title, then Auto, you can set the correct aspect ratio for the axes.

5 Likes