Return handles and labels for legend
ax.legend()
is equivalent to
h, l = ax.get_legend_handles_labels() ax.legend(h, l)
matplotlib.axes.Axes.get_legend_handles_labels
© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.5.1/api/_as_gen/matplotlib.axes.Axes.get_legend_handles_labels.html