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
Fix Text class bug when font argument is provided without math_fontfamily (#20101)
* fix mathtext.fontset issue
* fix argument order issue
* better fix using alias_map
* indent fix
* Update lib/matplotlib/text.py
indent fix
Co-authored-by: Elliott Sales de Andrade <[email protected]>
* add test
* split into 2 test methods
* fix test
* add a whitespace
* use cbook.normalize_kwargs
* no need to copy (normalize_kwargs already copy it)
Co-authored-by: Elliott Sales de Andrade <[email protected]>
0 commit comments