2011-04-06 2 views

Répondre

11

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