模块文档

未文档化

函数 find_plotly 尝试导入plotly如果已安装的 Python 模块。如果一切都失败,则返回一个虚假模块。
函数 format_arc SVG 样式弧的近似值
函数 format_path_step 为 plotly 格式化 SVG 路径中的步骤
函数 format_rgba 以 plotly 可理解的方式格式化颜色
def find_plotly() -> Any: (source)

尝试导入plotly如果已安装的 Python 模块。如果一切都失败,则返回一个虚假模块。

def format_arc(center, radius_x, radius_y, theta1, theta2, N=100, closed=False): (source)

SVG 样式弧的近似值

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

def format_path_step(code, point_or_points): (source)

为 plotly 格式化 SVG 路径中的步骤

def format_rgba(color): (source)

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