plots.py 文件源码

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

项目:nxviz 作者: ericmjl 项目源码 文件源码
def draw(self):
        """
        Draws the plot to screen.

        Note to self: Do NOT call super(MatrixPlot, self).draw(); the
        underlying logic for drawing here is completely different from other
        plots, and as such necessitates a different implementation.
        """
        matrix = nx.to_numpy_matrix(self.graph, nodelist=self.nodes)
        self.ax.matshow(matrix, cmap=self.cmap)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号