legend position
Title
Question
how to set the position of legend in figure/plot.
Python-3.4.3 Multiple-plots 03-04 min 0-10 sec
Answers:
You can use the loc argument in the legend method to specify the location
Please see - <a href="https://matplotlib.org/3.1.0/api/_as_gen/matplotlib.pyplot.legend.html" style="background-color: rgb(255, 255, 255);">https://matplotlib.org/3.1.0/api/_as_gen/matplotlib.pyplot.legend.html</a>
Login to add comment