You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Directly pass *loc* to the text `horizontalalignment` in the
constructor, which will avoid handling anything-but-"center"-and-"left"
as "right", but error out (from the constructor, rather than at draw
time) instead. Also, this means that changing the text alignment from
`set_text_props` will work "as expected".
Make the docstring style-compliant.
0 commit comments