MatplotlibHistogramDrawer
__init__
draw
context
histogram
搜索栏提供以下选项:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
可能的字段:'name'、'qname'(完全限定名称)、'docstring'和'kind'。 最后两个字段仅在启用“在文档字符串中搜索”时适用。
foo~1
结果由 Lunr.js 提供
igraph.drawing.matplotlib.histogram.MatplotlibHistogramDrawer
igraph
drawing
matplotlib
class MatplotlibHistogramDrawer(AbstractDrawer): (source)
构造函数: MatplotlibHistogramDrawer(ax)
MatplotlibHistogramDrawer(ax)
查看层次结构
用于矩阵的Matplotlib绘图对象。
构建抽屉并将其关联到给定的Axes。
igraph.drawing.baseclasses.AbstractDrawer.draw
在matplotlib的Axes中绘制给定的矩阵。
未记录