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