如何解決python 圖表中文顯示亂碼問題
目前搜到的是,下載一個字型到程式路徑,設定成預設字型。
圖表顯示中文設定
import matplotlib as mpl # 新增包 from matplotlib.ticker import MultipleLocator, FormatStrFormatter #新增函式 mpl.rcParams["font.size"] = 15 # 設定字型大小 custom_font = mpl.font_manager.FontProperties(fname="../cj_data/ttf/msyh.ttf") #匯入下載的字型檔案 複製程式碼
混淆矩陣 - 二元分類效果評估方法
y_true1=list(y_test)[:100] cm = confusion_matrix(y_true1, y_pre) plt.matshow(cm) plt.title(u"混淆矩陣",fontproperties=custom_font) plt.colorbar() plt.ylabel(u"實際型別",fontproperties=custom_font) plt.xlabel(u"預測型別",fontproperties=custom_font) plt.show() 複製程式碼
相關文章
- ubuntu 中文顯示亂碼問題Ubuntu
- 如何解決表單提交的中文亂碼問題
- LINUX SSH顯示中文亂碼問題解決Linux
- LiveCharts中文顯示亂碼問題的解決Echarts
- linux中顯示中文亂碼如何解決?Linux
- Navicat for mysql 顯示中文亂碼問題MySql
- 如何解決PuTTY中文亂碼的問題
- python 出圖中文顯示問題Python
- Oracle - SQLPlus中文顯示亂碼問題OracleSQL
- 解決SecureCRT中文顯示亂碼Securecrt
- QT中文顯示亂碼解決QT
- 解決CentOS 中顯示亂碼問題CentOS
- hive表查詢中文顯示亂碼Hive
- oracle sqlplus中文顯示亂碼的問題OracleSQL
- secureCRT顯示亂碼問題Securecrt
- python 中文亂碼問題解決方案Python
- oracle中文顯示亂碼Oracle
- Python中文亂碼問題Python
- navicat for mysql顯示中文亂碼解決方案MySql
- toad 中文顯示亂碼解決方法
- ubuntu中文顯示亂碼解決辦法Ubuntu
- 解決中文亂碼問題
- 英文版win10系統中文顯示亂碼如何解決Win10
- 解決zabbix圖形化中文亂碼問題
- PHP顯示MySQL亂碼問題PHPMySql
- HPUX下,解決xmanager的顯示亂碼問題UX
- JFreechart 在linux下不顯示及中文亂碼問題Linux
- matplotlib 圖示 中文亂碼, 與 wordcloud 詞雲圖 中文亂碼 解決方法Cloud
- Ubuntu中解決pdf中文亂碼或不顯問題Ubuntu
- Python BeautifulSoup中文亂碼問題Python
- phantomjs截圖中文亂碼問題解決JS
- MySql中文亂碼問題解決MySql
- Jmeter 解決中文亂碼問題JMeter
- Java 解決中文亂碼問題Java
- RDSSQLSERVER解決中文亂碼問題SQLServer
- 解決MySQL中文亂碼問題MySql
- 解決Xmanager連線HPUX顯示亂碼的問題UX
- PHP - 如何解決中文亂碼PHP