import matplotlib import matplotlib.pyplot as plt fig = plt.figure() ax = fig.add_subplot(111) ax.scatter(列1, 列2, 列1的标签, 列2的标签) plt.show()
posted on 2018-02-23 16:39 小马过_河 阅读(140) 评论(0) 编辑 收藏 举报
Powered by: 博客园 Copyright © 2024 小马过_河 Powered by .NET 9.0 on Kubernetes