摘要: # -*- coding: utf-8 -*- #auther tonyxiao import numpy as np import matplotlib.mlab as mlab import matplotlib.pyplot as plt X=[1,2,3,4,5,6]Y=[a,b,c,d,e 阅读全文
posted @ 2018-07-06 15:35 时尚民工 阅读(119) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- #auther tonyxiaoimport xlrd workbook = xlrd.open_workbook('D:/py/workload.xls') # 打开excel数据表SheetList = workbook.sheet_names() 阅读全文
posted @ 2018-07-06 15:33 时尚民工 阅读(2007) 评论(0) 推荐(0) 编辑