python
StrayCat_
天下事以难者废之十之一 以惰者废之十之九
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python双色球生成器,祝大家中头彩
import randomclass Lucky_ball:def __init__(self,red_num, red_max, blue_num, blue_max ): self.red_num = red_num self.red_max = red_max self.blue_num = blue_num self.blue_max = blue_ma...原创 2019-03-11 13:34:47 · 2969 阅读 · 2 评论 -
利用Matplotlib制作柱状图
import matplotlib.pyplot as pltplt.style.use('ggplot')customers = ['Tom', 'Jack', 'Kevin', 'Leo', 'Faith']customers_index = range(len(customers))sale_amounts = [100, 150, 204, 220, 95]fig = plt.f...原创 2019-05-08 14:23:07 · 401 阅读 · 0 评论
分享