最佳答案
Is it possible to display text in a box through Matplotlib, with automatic line breaks? By using pyplot.text()
, I was only able to print multi-line text that flows beyond the boundaries of the window, which is annoying. The size of the lines is not known in advance… Any idea would be much appreciated!