Show only certain items in legend Python Matplotlib December 30, 2022 by Tarik This works: plt.plot(x, y, label="_nolegend_") source