Python brak etykiety w legendzie Matplot

ax.plot(randn(1000).cumsum(), 'k.', label='_nolegend_')
Nasty Newt