程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Python data analysis 04 - Matplotlib

編輯:Python

Study address

Catalog

1. Basic concepts

  2. Draw linear table

 3.matplotlib Basic approach

3.1 Chart name ( And the processing of chart names that do not support Chinese ) 

 3.2 Set up x Axis ,y Icon name of axis ( Set font size )

 3.3 Draw multiple images in one picture

 3.4 Set up x Axis and y Axis scale

 3.5 Realize the enlargement of the obtained graph , Zoom out and so on

 3.6 Set legend

 3.7 Display line data values (x,y Value position )​ edit

4. Visibility of other elements  

4.1 Show grid plt.grid()

 4.2 Translation of coordinate axis and other operations

5. Chart style parameter settings  

 6. Create graphic objects ( canvas figure)​ edit

 7. Drawing multiple subgraphs

7.1 add_axes(): Add area


1. Basic concepts

  2. Draw linear table

 

 

 3.matplotlib Basic approach

3.1 Chart name ( And the processing of chart names that do not support Chinese ) 

 

 

 

 3.2 Set up x Axis ,y Icon name of axis ( Set font size )

 

 3.3 Draw multiple images in one picture

 3.4 Set up x Axis and y Axis scale

 

 3.5 Realize the enlargement of the obtained graph , Zoom out and so on

 

 3.6 Set legend

 

 

 3.7 Display line data values (x,y Value position )

 

 

 

4. Visibility of other elements  

4.1 Show grid plt.grid()

 4.2 Translation of coordinate axis and other operations

 

 

 

5. Chart style parameter settings  

 

 

 6. Create graphic objects ( canvas figure)

 

 

 7. Drawing multiple subgraphs

7.1 add_axes(): Add area

 

 


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved