python-igraph 中所有类、函数和方法的列表
collections.abc.MutableMappingigraph.utils.multidict - 一种类字典对象,经过定制以处理同一键的多个值。enum.Enumigraph.drawing.text.TextAlignment - 文本对齐常量。igraph._igraph.EdgeSeq - 边的序列的底层表示。igraph.EdgeSeq - 表示图中边序列的类。igraph._igraph.VertexSeq - 顶点的序列的底层表示。igraph.VertexSeq - 表示图中顶点序列的类。igraph.app.shell.ConsoleProgressBarMixin - 用于支持进度条的控制台 shell 的 Mixin 类。igraph.app.shell.ClassicPythonShell - 经典 Python shell 接口。igraph.app.shell.IPythonShell - IPython 嵌入式 shell 接口。igraph.app.shell.ProgressBar - 两行进度条。igraph.app.shell.Shell - igraph 支持的可嵌入 shell 的超类igraph.app.shell.ClassicPythonShell - 经典 Python shell 接口。igraph.app.shell.IDLEShell - IDLE 嵌入式 shell 接口。igraph.app.shell.IPythonShell - IPython 嵌入式 shell 接口。igraph.app.shell.TerminalController - 一种可用于以可移植方式生成格式化输出到终端的类。igraph.ARPACKOptions - 表示 ARPACK 模块参数的类。igraph.BFSIter - igraph BFS 迭代器对象igraph.Clustering - 表示任意有序集合聚类的类。igraph.VertexClustering - 图的顶点集的聚类。igraph.Cut - 给定图的切割。igraph.Flow - 给定图的流。igraph.Configuration - 表示 igraph 配置详细信息的类。igraph.Configuration.Types - 用于实现配置键的自定义 getter/setter 功能的静态类igraph.Cover - 表示任意有序集合覆盖的类。igraph.VertexCover - 图的顶点集的覆盖。igraph.CohesiveBlocks - 图的凝聚块结构。igraph.datatypes.Matrix - 简单矩阵数据类型。igraph.Dendrogram - 某些数据集的层次聚类(树状图)。igraph.VertexDendrogram - 图的顶点集层次聚类产生的树状图。igraph.DFSIter - igraph DFS 迭代器对象igraph.drawing.baseclasses.AbstractDrawer - 作为绘制 igraph 对象的任何对象的基类的抽象类。igraph.drawing.baseclasses.AbstractGraphDrawer - 作为绘制 igraph.Graph 的任何对象的基类的抽象类。igraph.drawing.cairo.graph.AbstractCairoGraphDrawer - 在 Cairo 画布上绘制的图形绘制器的抽象基类。igraph.drawing.cairo.graph.CairoGraphDrawer - 实现图形默认可视化的类。igraph.drawing.graph.CytoscapeGraphDrawer - 使用 CytoscapeRPC 向/从 Cytoscape 发送/接收图形的图形绘制器。igraph.drawing.graph.GephiGraphStreamingDrawer - 使用 Gephi 图形流格式将图形发送到类文件对象(例如,套接字、URL 连接、文件)的图形绘制器。igraph.drawing.matplotlib.graph.MatplotlibGraphDrawer - 使用 pyplot.Axes 作为上下文的图形绘制器igraph.drawing.plotly.graph.PlotlyGraphDrawer - 使用 pyplot.Axes 作为上下文的图形绘制器igraph.drawing.baseclasses.AbstractVertexDrawer - 所有具体顶点绘制器实现都派生自的抽象顶点绘制器对象。igraph.drawing.cairo.vertex.AbstractCairoVertexDrawer - 在 Cairo 画布上绘制的顶点绘制器的抽象基类。igraph.drawing.cairo.vertex.CairoVertexDrawer - igraph 的默认顶点绘制器实现。igraph.drawing.matplotlib.vertex.MatplotlibVertexDrawer - Matplotlib 后端特定的顶点绘制器。igraph.drawing.plotly.vertex.PlotlyVerticesDrawer - Plotly 后端特定的顶点绘制器。igraph.drawing.baseclasses.AbstractXMLRPCDrawer - 使用 XML-RPC 通过远程服务在远程显示器上绘制某些内容的抽象绘制器。igraph.drawing.graph.CytoscapeGraphDrawer - 使用 CytoscapeRPC 向/从 Cytoscape 发送/接收图形的图形绘制器。igraph.drawing.cairo.base.AbstractCairoDrawer - 作为在给定边界框内在 Cairo 上下文上绘制的任何对象的基类的抽象类。igraph.drawing.cairo.coord.CoordinateSystem - 实现坐标系对象的类。igraph.drawing.cairo.coord.DescartesCoordinateSystem - 实现 2D 笛卡尔坐标系对象的类。igraph.drawing.cairo.dendrogram.CairoDendrogramDrawer - 树状图的默认 Cairo 绘制器对象。igraph.drawing.cairo.graph.AbstractCairoGraphDrawer - 在 Cairo 画布上绘制的图形绘制器的抽象基类。igraph.drawing.cairo.graph.CairoGraphDrawer - 实现图形默认可视化的类。igraph.drawing.cairo.histogram.CairoHistogramDrawer - 直方图的默认 Cairo 绘制器对象igraph.drawing.cairo.matrix.CairoMatrixDrawer - 矩阵的默认 Cairo 绘制器对象。igraph.drawing.cairo.palette.CairoPaletteDrawer - 调色板的默认 Cairo 绘制器对象igraph.drawing.cairo.polygon.CairoPolygonDrawer - 用于在 Cairo 中绘制多边形的类。igraph.drawing.cairo.text.CairoTextDrawer - 在 Cairo 上下文中绘制文本的类。igraph.drawing.cairo.vertex.AbstractCairoVertexDrawer - 在 Cairo 画布上绘制的顶点绘制器的抽象基类。igraph.drawing.cairo.vertex.CairoVertexDrawer - igraph 的默认顶点绘制器实现。igraph.drawing.matplotlib.dendrogram.MatplotlibDendrogramDrawer - 树状图的 Matplotlib 绘制器对象。igraph.drawing.matplotlib.histogram.MatplotlibHistogramDrawer - 矩阵的 Matplotlib 绘制器对象。igraph.drawing.matplotlib.matrix.MatplotlibMatrixDrawer - 矩阵的 Matplotlib 绘制器对象。igraph.drawing.matplotlib.palette.MatplotlibPaletteDrawer - 矩阵的 Matplotlib 绘制器对象。igraph.drawing.baseclasses.AbstractEdgeDrawer - 所有具体边绘制器实现都派生自的抽象边绘制器对象。igraph.drawing.cairo.edge.AbstractCairoEdgeDrawer - Cairo 特定的抽象边绘制器对象。igraph.drawing.cairo.edge.AlphaVaryingEdgeDrawer - 边绘制器实现,它将无向边绘制为直线,并通过在源和目标之间改变指定边颜色的 alpha 值来绘制有向边。igraph.drawing.cairo.edge.DarkToLightEdgeDrawer - 边绘制器实现,它将无向边绘制为直线,并通过在源处使用 alpha 值为 1(完全不透明),在目标处使用 alpha 值为 0(完全透明)来绘制有向边...igraph.drawing.cairo.edge.LightToDarkEdgeDrawer - 边绘制器实现,它将无向边绘制为直线,并通过在源处使用 alpha 值为 0(完全透明),在目标处使用 alpha 值为 1(完全不透明)来绘制有向边...igraph.drawing.cairo.edge.CairoArrowEdgeDrawer - 边绘制器实现,它将无向边绘制为直线,并将有向边绘制为箭头。igraph.drawing.cairo.edge.TaperedEdgeDrawer - 边绘制器实现,它将无向边绘制为直线,并将有向边绘制为锥形线,这些锥形线在源处较宽,在目标处较窄。igraph.drawing.matplotlib.edge.MatplotlibEdgeDrawer - Matplotlib 特定的抽象边绘制器对象。igraph.drawing.plotly.edge.PlotlyEdgeDrawer - Matplotlib 特定的抽象边绘制器对象。igraph.drawing.cairo.plot.CairoPlot - 表示使用 Cairo 绘图后端的任意绘图的类。igraph.drawing.colors.Palette - 调色板的基类。igraph.drawing.colors.AdvancedGradientPalette - 由两个以上基色组成的高级渐变。igraph.drawing.colors.GradientPalette - 渐变调色板的基类igraph.drawing.colors.PrecalculatedPalette - 从预先计算的颜色列表中返回颜色的调色板igraph.drawing.colors.ClusterColoringPalette - 适用于在绘制聚类时对顶点着色的调色板。igraph.drawing.colors.RainbowPalette - 沿着刻度改变颜色色调的调色板。igraph.drawing.DrawerDirectory - 查找对象/后端绘制器的静态类igraph.drawing.matplotlib.polygon.MatplotlibPolygonDrawer - 用于在 matplotlib 中绘制多边形的类。igraph.drawing.metamagic.AttributeSpecification - 描述应如何检索给定属性值的类。igraph.drawing.plotly.polygon.PlotlyPolygonDrawer - 用于在 matplotlib 中绘制多边形的类。igraph.drawing.shapes.ShapeDrawer - 静态类,所有顶点形状绘制器类的祖先。igraph.drawing.shapes.CircleDrawer - 绘制圆形顶点的静态类igraph.drawing.shapes.DiamondDrawer - 绘制菱形(即菱形)的静态类igraph.drawing.shapes.DownTriangleDrawer - 绘制向下三角形的静态类igraph.drawing.shapes.NullDrawer - 不绘制任何内容的静态绘制器类。igraph.drawing.shapes.RectangleDrawer - 绘制矩形顶点的静态类igraph.drawing.shapes.UpTriangleDrawer - 绘制直立三角形的静态类igraph.drawing.shapes.ShapeDrawerDirectory - 将形状名称解析为其对应形状绘制器类的静态类。igraph.drawing.utils.FakeModule - 为所有内容引发异常的伪模块igraph.drawing.utils.Rectangle - 表示矩形的类。igraph.drawing.utils.BoundingBox - 表示封闭某些对象的边界框(矩形区域)的类。igraph.Edge - 表示图中单条边的类。igraph.GraphBase - 图的底层表示。igraph.Graph - 通用图。igraph.InternalError - 未文档化igraph.layout.Layout - 表示图的布局。igraph.Matching - 图中顶点的匹配。igraph.remote.gephi.GephiConnection - 表示与 Gephi 主服务器连接的对象。igraph.remote.gephi.GephiGraphStreamer - 使用 Gephi 图形流 API 生成将 igraph 图形流式传输到 Gephi 的 JSON 事件对象的类。igraph.remote.gephi.GephiGraphStreamingAPIFormat - 实现 Gephi 图形流 API 格式并返回与 API 中定义的事件相对应的 Python 对象。igraph.statistics.FittedPowerLaw - 将幂律拟合到样本向量的结果igraph.statistics.Histogram - 实数的通用直方图类igraph.statistics.RunningMean - 运行平均值计算器。igraph.summary.FakeWrapper - 其接口与以下接口兼容的对象textwrap.TextWrapper但不执行任何换行。igraph.summary.GraphSummary - 图形的摘要表示。igraph.UniqueIdGenerator - 一种类字典类,可用于为名称(例如,顶点名称)分配唯一 ID。igraph.Vertex - 表示图中单个顶点的类。NamedTuple('_Point', [('x', float), ('y', float)])igraph.drawing.utils.Point - 表示 2D 平面上点的类。objectigraph.drawing.metamagic.AttributeCollectorBase - 属性收集器子类的基类。 继承此类的类可以使用声明式语法来指定它们打算收集哪些顶点或边属性。 参见 AttributeCollectorMeta...tupleigraph.DyadCensus - 图的二元组人口普查。igraph.TriadCensus - 图的三元组人口普查。typeigraph.drawing.metamagic.AttributeCollectorMeta - 属性收集器类的元类