From 446ff312a149a4569aeb78d2218dfe96bb2deb04 Mon Sep 17 00:00:00 2001 From: psx96urfp <2095987140@qq.com> Date: Thu, 7 Apr 2022 11:17:42 +0800 Subject: [PATCH] =?UTF-8?q?Delete=20'=E7=BD=91=E5=B7=A520102=E7=8F=AD20201?= =?UTF-8?q?4050217=E9=BB=8E=E6=88=90=E5=93=B2.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 网工20102班202014050217黎成哲.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 网工20102班202014050217黎成哲.py diff --git a/网工20102班202014050217黎成哲.py b/网工20102班202014050217黎成哲.py deleted file mode 100644 index 74f6d02..0000000 --- a/网工20102班202014050217黎成哲.py +++ /dev/null @@ -1,9 +0,0 @@ -import pandas as pd -import matplotlib.pyplot as plt - -df = pd.DataFrame({'height':[180,170,172,183,179,178,160], - 'weight':[85,80,85,75,78,78,70]}) -df.plot(x='height', y='weight', kind='scatter', - marker='*', s=60, label='height-weight') #绘制散点图 -# plt.figure(figsize=(8,5)) -plt.show()