Problem
I find myself issuing the command legend(bbox_to_anchor=(1, 1, 0, 0)) repeatedly. (I guess I make a lot of plt.subplots that are too cramped to accommodate the legend inside the Axes.)
Proposed solution
It would be nice to add a shorthand for this. It could use the existing "location string" options for the loc argument. Note that Matlab has had this for years.
Problem
I find myself issuing the command
legend(bbox_to_anchor=(1, 1, 0, 0))repeatedly. (I guess I make a lot ofplt.subplotsthat are too cramped to accommodate the legend inside theAxes.)Proposed solution
It would be nice to add a shorthand for this. It could use the existing "location string" options for the
locargument. Note that Matlab has had this for years.