Published
- 1 min read
remove graph legend python
The solution for this is noted below
remove graph legend python
Solution
ax= df3.plot(style='.', figsize=(15,10), color=color_pal[0])
ax.get_legend().remove()
plt.show(ax)
Try other methods by searching on the site. That is if this doesn’t work