Answers for "check labels with handles in ax"

0

check labels with handles in ax

handles, labels = ax.get_legend_handles_labels()
ax.legend(handles, labels)
Posted by: Guest on October-08-2021

Python Answers by Framework

Browse Popular Code Answers by Language