我正在尝试像这样在 python 2.7 中编写法语字符:
plt.xlabel("Débit")
但是,我有这个错误:
ValueError: matplotlib display text must have all code points < 128 or use Unicode strings
请问有解决办法吗?
我正在尝试像这样在 python 2.7 中编写法语字符:
plt.xlabel("Débit")
但是,我有这个错误:
ValueError: matplotlib display text must have all code points < 128 or use Unicode strings
请问有解决办法吗?