import matplotlib.pyplot as plt
plt.scatter( x, y, s = size, c = 'color', marker = 'D' (diamond) )
plt.plot과 비교
marker = (5, 0) : 5각형 polygon, (5, 1) : star, (5, 2) : asterisk, (5, 3) : circle
iris.csv로 scatter( ) plot
'공부는 언제까지 해야 하나' 카테고리의 다른 글
[Python] matplotlib module - hist( ), boxplot( ), heatmap / Seaborn module (0) | 2021.02.05 |
---|---|
[Python] matplotlib module - bar( ) , pie( ) (0) | 2021.02.04 |
[Python] matplotlib module - plot( ) (0) | 2021.02.04 |
[Python] pandas module - File IO (0) | 2021.02.04 |
[Python] pandas module - Time Series Data (0) | 2021.02.04 |