module documentation

未记录

函数 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)

SVG路径中的格式步骤用于plotly

def format_rgba(color): (source)

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