Unable to set more than one font in legends, impossible to label data with Glyph from multiple languages. #15260
Labels
Difficulty: Hard
https://matplotlib.org/devdocs/devel/contribute.html#good-first-issues
status: duplicate
topic: text/fonts
Bug report
Bug summary
It is impossible to set more than one font in a legend making it impossible to label data in different languages, such as chinese, arabic and emojis, in the same legend. Allowing prop to accept lists of dictionaries would solve this issue.
Code for reproduction
Actual outcome

Expected outcome
While it would be nice if matplotlib searched for fonts with support for unicode characters, simply allowing lists of fonts to be specified for each handle label, rather than enforcing using one font.
The text was updated successfully, but these errors were encountered: