Inserting margins above plot title

A simple way is to insert carriage returns \n in the title string:

plot(x,y,title= "\n\nA random plot", topmargin=5mm)

But you can achieve finer control with plots’ layouts, if needed.

1 Like