There\'s a similar question - but I can\'t make the solution proposed there work.
Here\'s an example plot with a long title:
#!/usr/bin/env python i
I preferred to adapt @Adobe's solution in this way:
plt.title("First Title\n%s" % "\n".join(wrap("Second Title", width=60)))