my matplotlib title gets cropped

后端 未结 3 1220
孤独总比滥情好
孤独总比滥情好 2020-12-28 08:38

SOLVED - see comment below on combining wraptext.wrap and plt.tightlayout.

PROBLEM: Here\'s the code:

import matplotlib.pyp         


        
3条回答
  •  轮回少年
    2020-12-28 09:29

    You can include newline characters \n in the title to a break a title over a number of lines.

提交回复
热议问题