Answers for "remove legend and label in matplotlib"

C
0

matplotlib legend remove box

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

pandas plot disable legend

# legend is True by default
df.plot(title= 'This is title', legend= False)
Posted by: Guest on December-25-2021

Code answers related to "C"

Browse Popular Code Answers by Language