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.
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.