python 可视化 Data Vistualization
Data Vistualization
libraries to plot:
matplotlib (plt)
pandas .plot()
seaborn (sns)
bar plot
rug plots
(easy to see distributions)
histograms
= bar + (areas represent proportions)
default: show counts on y-axis.
‘density = True’ : the total areas sums
原创
2022-03-25 20:35:39 ·
1660 阅读 ·
0 评论