python-igraph API 参考

python-igraph 中所有类、函数和方法的列表

模块文档

未归档

函数 find_plotly 尝试导入plotlyPython 模块(如果已安装)。如果一切都失败,则返回一个伪模块。
函数 format_arc SVG 风格弧线的近似
函数 format_path_step 格式化 plotly 中 SVG 路径的步进
函数 format_rgba 以 plotly 可以理解的方式格式化颜色
def find_plotly():

尝试导入plotlyPython 模块(如果已安装)。如果一切都失败,则返回一个伪模块。

返回值
任何未归档
def format_arc(center, radius_x, radius_y, theta1, theta2, N=100, closed=False):

SVG 风格弧线的近似

注意:plotly 目前不支持原生 SVG "A/a" 命令

def format_path_step(code, point_or_points):

格式化 plotly 中 SVG 路径的步进

def format_rgba(color):

以 plotly 可以理解的方式格式化颜色