Answers for "matplotlib hide legend"

0

how to hide axis in matplotlib

plt.axis("off")
Posted by: Guest on July-06-2021
0

matplotlib legend remove box

plt.legend(frameon=False)
Posted by: Guest on February-19-2021

Python Answers by Framework

Browse Popular Code Answers by Language