Changing Image Size

How can you get the title to scale when the size is changed on the image? When I change the image size, my title is getting chopped off.

Thank you

Andrew

Andrew,

After you are done modifying your figure (either in your code or in the
GUI), run the following line:

savefig('example.png', bbox_inches='tight')

Does it save the figure the way you want?

Best,

carlo

ยทยทยท

--
View this message in context: http://old.nabble.com/Changing-Image-Size-tp31278497p31291865.html
Sent from the matplotlib - users mailing list archive at Nabble.com.