Gustavo Papi
Gustavo Papi
Good morning, @nt8r! Shall I create a separated problem issue here and report this problem?
@anntzer On Linux, it does not work yet. See the screenshot:  I exported `MPLBACKEND=module://mplcairo.qt` and: ```py %matplotlib inline import matplotlib import matplotlib.font_manager as fm; import matplotlib.pyplot as plt import...
Finally I investigated the bug, @anntzer. It turned that matplotlib and mplcairo do not support other emoji fonts: OpenMoji and Twitter Colour Emoji, but supports Apple Emoji and JoyPixels fonts;...
It seems that matplotlib and mplcairo fail to trigger the flags in both Apple Colour Emoji and JoyPixels:  But it supports in the inline output: 
I tested @eosrei's all fonts Twemoji (each font designed for Apple, one for Linux and one for Windows), but still triggered the monochromatic icons. Can you test the flags and...
> So I expressly disabled ligature handling for color fonts (you can comment out the chunk of code that sets the `&detail::IS_COLOR_FONT_KEY` entry in `_util.cpp` in the mplcairo sources to...
Since it will be complicated, as the only solution is that, I will have to replace the emojis for PNG images, but I am unable to display the images as...
@DaveJarvis, Sorry for entering this old topic, but using HTML inside an array does not work. * YAML: ```yaml --- gnome: 'gnome' icones: - {nome: actions} - {nome: apps} -...