I want to make a graph based on a data frame that has a column with Chinese characters. But the characters won't show on the graph, and I received this error.
C:\Users\march\anaconda3\lib\site-packages\matplotlib\backends\backend_agg.py:238: RuntimeWarning: Glyph 19996 missing from current font.
font.set_text(s, 0.0, flags=flags
this is the picture of the graph.
Thanks in advance!