I am trying to plot the graph through pandas but legend keeps on overlapping with the graph. I tried putting legend on the right side but it still showing with graph
Asked
Active
Viewed 38 times
0
-
1Take a look at [this question](https://stackoverflow.com/q/4700614/10659910) – William Miller Apr 01 '20 at 05:40
-
2Specifically, `ax.legend(loc='center left', bbox_to_anchor=(1, 0.5))` – Trenton McKinney Apr 01 '20 at 06:05
-
1Does this answer your question? [How to put the legend out of the plot](https://stackoverflow.com/questions/4700614/how-to-put-the-legend-out-of-the-plot) – Trenton McKinney Apr 01 '20 at 06:05