Python no Label in Legend Matplot

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