python 三维坐标图

绘制3D柱状图,其数据格式为,二维数组或三维数组。 from numpy import * file=open('C:\\Users\\jyjh\\Desktop\\count.txt','r') arr=[] for i in file.readlines():     temp=[]     for j in i.strip().split('\t'):         temp.append
相关文章
相关标签/搜索