Skip to content
Prev 131682 / 398502 Next

Fitting large titles in a plot

On Thu, 06-Dec-2007 at 07:16AM -0800, Svempa wrote:
|> 
|> I want to fit a fairly long main title for a plot, supposedly by changing row
|> after a while. As for now it starts way outside the picture margin at the
|> left and continues way out right passed the right margins.
|> 
|> >plot(A,main="This is my really long title and it's so long that I can see
|> just about half of it.")
|> 
|> Any suggestions? Shouldn't be that hard.

Something like this will probably be close enough:

main="This is my really long title and it's so long that I can see\njust about half of it."

HTH