python-数据分析-matplotlib

『1.』matplotlib的基本使用

1. matplotlib是什么?	---> python底层的绘图工具
2.matplotlib的基本要点:{
		1.1:解决中文显示乱码问题
		1.2:获取x,y轴的数据
		1.2:设置x,y,标题的描述信息
		1.2:设置图片大小
		1.2:设置x,y轴的刻度信息,及相关信息
		1.2:设置图片特殊点的信息
		1.2:设置图片的保存位置
		1.3:显示图片的信息
}

『2.』创建一个散点图用来描述温度随时间变化

python-数据分析-matplotlib
python-数据分析-matplotlib
python-数据分析-matplotlib

『3.』10点~12点温度变化趋势折线图

python-数据分析-matplotlibpython-数据分析-matplotlib

『4.』每人每年交男(女)朋友数量的变化

python-数据分析-matplotlib
python-数据分析-matplotlib

『5.』三月和十月温度变化趋势的对比

python-数据分析-matplotlib
python-数据分析-matplotlib
python-数据分析-matplotlib

『6.』电影票房数据对比图

python-数据分析-matplotlib
python-数据分析-matplotlib

『7.』三天电影票房数据对比图

python-数据分析-matplotlib
python-数据分析-matplotlib

『8』绘制直方图

python-数据分析-matplotlib
python-数据分析-matplotlib

『8』公司到家距离和人数的比例

python-数据分析-matplotlib
python-数据分析-matplotlib
python-数据分析-matplotlib