igraph API 文档 模块 类 名称
Clear Help

有关搜索的更多信息,请访问帮助页面。

类层次结构

  • collections.abc.MutableMapping
    • igraph.utils.multidict - 一个类似字典的对象,经过定制可处理同一键的多个值。
  • enum.Enum
    • igraph.drawing.text.TextAlignment - 文本对齐常量。
  • igraph._igraph.EdgeSeq - 边序列的底层表示。
    • igraph.EdgeSeq - 表示图中边序列的类。
  • igraph._igraph.VertexSeq - 顶点序列的底层表示。
    • igraph.VertexSeq - 表示图中顶点序列的类。
  • igraph.app.shell.ConsoleProgressBarMixin - 支持进度条的控制台 shell 的混入类。
    • 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 图流格式将图发送到类文件对象(例如,socket、URL 连接、文件)的绘图器。
      • igraph.drawing.matplotlib.graph.GraphArtist - igraph.Graph 对象的艺术家。
      • 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 值为一(完全不透明)在目标点使用 alpha 值为零(完全透明)来绘制有向边...
        • igraph.drawing.cairo.edge.LightToDarkEdgeDrawer - 边绘图器实现,将无向边绘制为直线,通过在源点使用 alpha 值为零(完全透明)在目标点使用 alpha 值为一(完全不透明)来绘制有向边...
      • 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.edge.mpl.collections.PatchCollection
    • igraph.drawing.matplotlib.edge.EdgeCollection - 没有类文档字符串;0/1 属性,0/7 实例变量,8/15 方法,1/2 静态方法已文档化
  • igraph.drawing.matplotlib.graph.mpl.artist.Artist
    • igraph.drawing.matplotlib.graph.GraphArtist - igraph.Graph 对象的艺术家。
  • igraph.drawing.matplotlib.polygon.mpl.collections.PathCollection
    • igraph.drawing.matplotlib.polygon.HullCollection - 用于连接顶点覆盖/聚类的凸包集合。
  • igraph.drawing.matplotlib.vertex.mpl.collections.PatchCollection
    • igraph.drawing.matplotlib.vertex.VertexCollection - 用于绘图的顶点补丁集合。
  • 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 - 生成 JSON 事件对象以使用 Gephi 图流 API 将 igraph 图流式传输到 Gephi 的类。
  • 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 平面上一个点的类。
  • object
    • igraph.drawing.metamagic.AttributeCollectorBase - 属性收集器子类的基类。继承此类的类可以使用声明式语法来指定它们打算收集哪些顶点或边属性。请参阅 AttributeCollectorMeta...
  • tuple
    • igraph.DyadCensus - 图的二元普查。
    • igraph.TriadCensus - 图的三元普查。
  • type
    • igraph.drawing.metamagic.AttributeCollectorMeta - 属性收集器类的元类

igraph 的API 文档,由 pydoctor 25.4.0 于 2025-06-11 00:07:59 生成。