1. 程式人生 > >數據可視化--> Matplotlib

數據可視化--> Matplotlib

nbsp 介紹 otl inf png form 中文 info 數據

Matplotlib庫入門


技術分享圖片

技術分享圖片

技術分享圖片

1、pyplot的繪圖區域:可將全局繪圖區域分區成多個子區域

技術分享圖片

demo:

 技術分享圖片


2、matplotlib的pyplot介紹

技術分享圖片

demo:繪制4條曲線

 技術分享圖片

** format_string :

 技術分享圖片

 技術分享圖片

 技術分享圖片

demo:

 技術分享圖片

 技術分享圖片


3、pyplot的中文顯示

 比如橫、縱坐標的中文顯示

方法一:rcParams的使用 -->全局性的改動,即所有字體共享

 技術分享圖片

** rcPParams屬性:

技術分享圖片

 技術分享圖片

demo:

 技術分享圖片


方法二:局部性應用,推薦這種

 技術分享圖片


數據可視化--> Matplotlib