Matplotlib散点图

使用 plt.scatter() 函数来绘制散点图 例子1: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 import numpy as np import matplotlib.pyplot as plt N = 50 x = np.linspace(0., 10., N) y = np.sin(x)**2 + np.cos(x) plt.figure() plt.scatter(x, y) plt.axis('equal') plt.xlabel(r'$x$ (rad)') plt.ylabel(r'$sin^2(x)$') plt.scatter(x, y, s = 15, label = r'$y = sin^2(x) +

孔乙己·鲁迅

鲁镇的酒店的格局,是和别处不同的:都是当街一个曲尺形的大柜台,柜里面预备着热水,可以随时温酒。做工的人,傍午傍晚散了工,每每花四文铜钱,买一

小王子翻译 第一章

Chapter 1 Once, when I was six years old, I saw a marvellous picture in a book on rainforests called Real-Life Stories. It depicted a boa constrictor swallowing a wild animal. Here is a replica of the picture. In the book it said: “Boa constrictors swallow their prey whole, without chewing. Afterwards they can’t move, and sleep for six months digesting.” I thought a great deal about going-on in the

As I Began to Love Myself

By Charlie Chaplin As I began to love myself I found that anguish and emotional suffering are only warning signs that I was living against my own truth. Today, I know, this is “AUTHENTICITY". As I began to love myself I understand how much it can offend somebody if I try to force my desires on this person, even though I knew the time was not right and the person

数据仓库技术ETL

什么是数据预处理? 数据预处理 是指在主要的处理以前对数据进行的一些处理。数据预处理的主要过程有 数据抽取(Extraction)、数据转换(Tr

最小存货单位SKU

什么是最小存货单位? 最小存货单位又称最小库存管理单元,是一个会计学名词,定义为库存管理中的最小可用单元,例如:纺织品中一个SKU通常表示规格

产品需求文档PRD

什么是产品需求文档? 产品需求文档(Product Requirement Document PRD) 是将 商业需求文档(Business Requirement Document BRD)和 市场需求文档(Market Requirement Document M