2011-04-06 93 views

回答

11

是的,只需使用其中的\ n轉義序列。

element = pylab.plot(range(100)) 
pylab.legend([element],[ "first line \n second line"])