Gallery#
General-purpose and introductory examples for NetworkX. The tutorial introduces conventions and basic graph manipulations.
Basic#
Drawing#
自定义节点位置
国际象棋大师
集群布局
自定义节点图标
度分析
有向图
边缘颜色映射
自我图
特征值
四格图
带有颜色的房子
Knuth Miles
标签和颜色
绘制多重有向图的边和标签
多部分布局
节点颜色映射
彩虹着色
随机几何图
桑普森
自环
简单路径
谱嵌入
旅行商问题
Unix 邮件
加权图
3D Drawing#
Graphviz Layout#
Examples using Graphviz layouts with nx_pylab
for drawing.
These examples need Graphviz and PyGraphviz.
Graphviz Drawing#
Examples using Graphviz for layout and drawing via nx_agraph
.
These examples need Graphviz and PyGraphviz.
Graph#
Algorithms#
束搜索
介数中心性
块模型
电路
循环检测
戴维斯俱乐部
去密度化
使用Girvan-Newman方法的社区检测
贪心着色
通过谱图划分进行图像分割
迭代动力系统
Krackhardt 中心性
最低共同祖先
最大独立集
并行介数中心性
反向Cuthill--McKee算法
查找最短路径
SNAP图摘要
子图
External libraries#
Examples of using NetworkX with external libraries.
JavaScript
igraph
Geospatial#
The following geospatial examples showcase different ways of performing network analyses using packages within the geospatial Python ecosystem. Example spatial files are stored directly in this directory. See the extended description for more details.
从地理点构建Delaunay图
从一组线构建图
使用 OSMnx 的 OpenStreetMap
地理点构建的图
多边形构建的图