如何解決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() 複製程式碼
相關文章
- LiveCharts中文顯示亂碼問題的解決Echarts
- confluence中文顯示亂碼問題
- Zabbix圖表顯示中文亂碼解決辦法
- 如何解決表單提交的中文亂碼問題
- python 出圖中文顯示問題Python
- 如何解決PuTTY中文亂碼的問題
- OxyPlot.SkiaSharp中文顯示亂碼的問題
- hive表查詢中文顯示亂碼Hive
- phantomjs截圖中文亂碼問題解決JS
- Python BeautifulSoup中文亂碼問題Python
- 解決中文亂碼問題
- 解決zabbix圖形化中文亂碼問題
- python json.dumps中文亂碼問題解決PythonJSON
- matplotlib 圖示 中文亂碼, 與 wordcloud 詞雲圖 中文亂碼 解決方法Cloud
- ubuntu中文顯示亂碼解決辦法Ubuntu
- navicat for mysql顯示中文亂碼解決方案MySql
- springmvc 解決中文亂碼問題SpringMVC
- MySql中文亂碼問題解決MySql
- Jmeter 解決中文亂碼問題JMeter
- mysql亂碼的問題如何解決MySql
- Xftp中文亂碼如何解決FTP
- PHP - 如何解決中文亂碼PHP
- 解決MySQL中文亂碼和插入中文不顯示的方法MySql
- 徹底搞懂 python 中文亂碼問題Python
- python查詢mysql中文亂碼問題PythonMySql
- js解決url中文亂碼問題JS
- 解決plsql中中文亂碼問題SQL
- 解決Hive使用desc顯示中文註釋亂碼Hive
- git操作時中文顯示亂碼的解決方法Git
- 解決ssh連線CentOS後中文顯示亂碼CentOS
- 設定spacevim字型顯示亂碼問題
- linux 安裝字型解決JAVA圖形中文亂碼問題LinuxJava
- vscode中文亂碼問題VSCode
- EasyUI 中文亂碼問題UI
- Redis中文顯示為Unicode編碼 亂碼的解決辦法RedisUnicode
- navicat 表中文顯示? 解決
- 解決了一個困擾我近一年的vim顯示中文亂碼的問題
- python爬蟲爬取網頁中文亂碼問題的解決Python爬蟲網頁