2019年10月16日

从excel 导入数据绘制 散点图

摘要: import xlrdimport matplotlib.pyplot as plt bok = xlrd.open_workbook(r'test.xls') sht = bok.sheets()[0] row1 = sht.row_values(0) X=sht.col_values(0 , s 阅读全文

posted @ 2019-10-16 22:53 拓子 阅读(1085) 评论(0) 推荐(0) 编辑

导航