
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
python matplotlib.pyplot.subplot绘图
官网上使用说明:https://matplotlib.org/api/_as_gen/matplotlib.pyplot.subplot.html,上面说的很详细,基本上都能找到需要的内容。提取几点自己需要的内容。使用语句subplot(nrows, ncols, index)nrows和ncols表示一张图被分为nrows*ncols个区域index表示子图所处的位置,起始位置索引为1,即1&a
scipy.spatial.cKDTree学习
from scipy.spatial import cKDTreeListArray = np.array([[0,0],[1,1],[0,2],[2,2]])b=np.array(cKDTree(ListArray).query_pairs(r=1.9))print boutput: set([(0, 1), (1, 2), (1, 3)])输出结果表示所有距离小于(r=1.9)的点对,如...
到底了







