Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Milestone
Description
So far placement of legend using theloc
argument is limited to the inside of the axis (e.g.right
,center
,upper left
, etc). However, often the plotting area is cluttered with the data points, and it is desired to place the legend outside of the axis, as for example described inhttp://matplotlib.org/users/legend_guide.html#legend-location
It would be useful to have additionalloc
values for quick and intuitive placement of the legend outside of the axis:
plt.legend(loc='outside right center')