I am creating some graphs using matplotlib, and I want to be able to write a copyright message and my website address at the bottom of the image.
Something like:
© ACME Corp www.example.com
Does anyone know how I may do this?
I am creating some graphs using matplotlib, and I want to be able to write a copyright message and my website address at the bottom of the image.
Something like:
© ACME Corp www.example.com
Does anyone know how I may do this?
To write text in the figure outside the axis area, use figtext.