Answers for "hide legend matplotlib"

C
0

matplotlib legend remove box

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

python no label in legend matplot

ax.plot(randn(1000).cumsum(), 'k.', label='_nolegend_')
Posted by: Guest on May-08-2020

Code answers related to "C"

Browse Popular Code Answers by Language