最新 最热

matplotlib 饼图

饼图用来显示展示数据的比例分布特征。matplotlib 中 使用 pie() 函数来绘制饼图。

2019-08-14
0

pandas画图的几个技巧

我们经常会用pandas处理数据,处理完之后,很多时候会画个图看看。但是pandas默认的曲线就只有十种颜色,如果我们要绘制的数据过多,就会出现颜色重复。其实很简单,pandas绘图的时候有一个colors参数,我们可以对这个参数进行赋...

2019-03-20
0

Codeforces 719B Anatoly and Cockroaches

B. Anatoly and Cockroachestime limit per test:1 secondmemory limit per test:256 megabytesinput:standard inputoutput:standard outputAnatoly lives in the uni...

2018-04-08
0

hdu----(5023)A Corrupt Mayor's Performance Art(线段树区间更新以及区间查询)

A Corrupt Mayor's Performance ArtTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 100000/100000 K (Java/Others)Total Submission(s): 33    Accepted Subm...

2018-03-26
0

Leetcode 75 Sort Colors

Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and...

2018-01-12
0