matplotlib.axes.Axes.get_legend_handles_labels
-
Axes.get_legend_handles_labels(self, legend_handler_map=None)
[source] -
Return handles and labels for legend
ax.legend()
is equivalent toh, l = ax.get_legend_handles_labels() ax.legend(h, l)
Examples using matplotlib.axes.Axes.get_legend_handles_labels
© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.3.3/api/_as_gen/matplotlib.axes.Axes.get_legend_handles_labels.html