numpy数据去重

import numpy as np
x = np.array([1,2,3,2,4,2,5,7,7])
print(np.unique(x))

简单散点图的绘制,没有显示出文字是因为需要下载个插件

原文地址:https://www.cnblogs.com/liang715200/p/10632909.html