I am having an issue plotting data with Chinese characters. I am using simple pandas plot df.plot()
and I get a bunch of error messages referring to missing Glyph, looking like this:
UserWarning: Glyph 29273 (\N{CJK UNIFIED IDEOGRAPH-7259}) missing from current font.
func(*args, **kwargs)
UserWarning: Glyph 29642 (\N{CJK UNIFIED IDEOGRAPH-73CA}) missing from current font.
func(*args, **kwargs)
UserWarning: Glyph 29786 (\N{CJK UNIFIED IDEOGRAPH-745A}) missing from current font.
func(*args, **kwargs)
UserWarning: Glyph 23453 (\N{CJK UNIFIED IDEOGRAPH-5B9D}) missing from current font.
func(*args, **kwargs)
What should I install to fix this problem?