Python kein Etikett in der Legende Matplot

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