I realized that when using Plots with GR the legend can grow outside the image.
Is there a way to center the legend?
The right edge of the legend seems to be fixed at the center of the image as it grows.
plot(rand(10),rand(10),label="abc"^15,legend=:outerbottom)