Bot reviewed Apr 28, 2021
ain-soph
changed the title
Fix #20099
Fix Text class when font argument is provided without math_fontfamily
ain-soph
changed the title
Fix
Fix Text class when font argument is provided without math_fontfamilyText class bug when font argument is provided without math_fontfamily
QuLogic marked this pull request as ready for review
May 19, 2021 05:54jklymak pushed a commit to jklymak/matplotlib that referenced this pull request
Jun 13, 2021…ontfamily` (matplotlib#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 <quantum.analyst@gmail.com> * 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 <quantum.analyst@gmail.com>