Windows 10 - Python - 数据分析 - 年龄分组统计 - 条形图 - matplotlib
最近需要用到条形图,统计年龄,所以查了一下资料,修改为满足自己要求的条形图,下面看代码自行领会。测试环境:操作系统: Window 10工具:PycharmVirtualenv 虚拟环境下安装 matplotlib、pandaspip installl matplotlibpip installl pandastest.xlsx 文件配置链接:Windows 10 - Ptyhon - 数据分析 - Openpyxl 导入Excel代码演示:#!/usr/bin/env python