Plotly 和 Dash 函数总结 Plotly Express 函数 描述 语法 示例 scatter 创建散点图 px.scatter(dataframe, x=x_column, y=y_column) px.scatter(df, x=age_array, y=income_array)