matplotlib繪圖沒法顯示中文問題的解決方法

import matplotlib.pyplot as plt labels = ['男性', '女性', '其餘'] sizes = [57.1, 32.2, 10.7] explode = (0, 0.1, 0) fig1, ax1 = plt.subplots() ax1.pie(sizes, explode=explode, labels=labels, autopct='%1.1f%
相關文章
相關標籤/搜索