Changing border size in gnuplot

  • Thread starter Thread starter DrDu
  • Start date Start date
  • Tags Tags
    Gnuplot
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
Science Advisor
Messages
6,423
Reaction score
1,004
I would like the frame in a gnuplot plot to be slightly larger than the range of x and y.
For those who know e.g. SAS, there it can be specified with "offset" in the axis statement.
Is there something similar in gnuplot?
(Obviously it would be possible to restrict the range of the function to be plotted, but that's not very practical with multiple plots.)
 
Physics news on Phys.org
To answer my own question at least partly, I found a "set offset" command. However, it seems to be buggy in combination with filledcurves and does not support different y axes.