标签: python matplotlib
我试图在matplotlib中显示unicode字符,但它没有显示为unicode,而是显示为框。这是代码和结果
如何在matplotlib中显示unicode字符串?
答案 0 :(得分:1)
使用matplotlib.rc('font', family='Your Font')显示所需的unicodes。
matplotlib.rc('font', family='Your Font')