有关搜索的更多信息,请访问帮助页面。
MatplotlibMatrixDrawer
__init__
draw
context
matrix
igraph.drawing.matplotlib.matrix.MatplotlibMatrixDrawer
igraph
drawing
matplotlib
class MatplotlibMatrixDrawer(AbstractDrawer): (源)
构造函数: MatplotlibMatrixDrawer(ax)
MatplotlibMatrixDrawer(ax)
在继承层次结构中查看
用于矩阵的Matplotlib绘制器对象。
构造绘图器并将其与给定 Axes 关联。
igraph.drawing.baseclasses.AbstractDrawer.draw
在 Matplotlib Axes 中绘制给定的矩阵。
要绘制的 igraph.Matrix。
关键字参数将传递给 Axes.imshow。
未文档化