quadtree_v1.py 文件源码

python
阅读 18 收藏 0 点赞 0 评论 0

项目:algoholic 作者: duboviy 项目源码 文件源码
def _createFigure(self):
        fig, ax = self._plotter.subplots()
        pObj = PatchCollection(self._patches, cmap=matplotlib.cm.jet, alpha=0.4)
        pObj.set_array(np.array(self._colors))
        ax.add_collection(pObj)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号