Legend placement
coandrei opened this issue · 5 comments
coandrei commented
coandrei commented
Ok. Got it now. If it refers to the blue dot then still two things need to be fixed:
- for D case ... x value should be positive .1 => bbox_to_anchor=(.1,-.1)
- MatplotlibDeprecationWarning: Unrecognized location 'left'. Falling back on 'best'
To solve (2) perhaps H should use 'center left' ... instead of left
timhoffm commented
Your observations are correct.
"right" is also only supported for backward compatibility and we should use "center right" for consistency.
https://matplotlib.org/devdocs/api/_as_gen/matplotlib.axes.Axes.legend.html
@coandrei Do you want to provide a pull request with the changes?
