python matplotlib labels legend code example
Example: matplotlib pyplot legend location
figlegend( (line1, line2, line3),
('label1', 'label2', 'label3'),
'upper right' )
figlegend( (line1, line2, line3),
('label1', 'label2', 'label3'),
'upper right' )