摘要: # 例子1 import matplotlib.pyplot as plt data = [[1,2,3,4],[6,5,4,3],[1,3,5,1]] table = plt.table(cellText=data, colLabels=['A', 'B', 'C', 'D'], loc='cen 阅读全文
posted @ 2021-08-23 15:17 muyue123 阅读(900) 评论(0) 推荐(0) 编辑