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 小马过_河 阅读(146) 评论(0) 收藏 举报
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3