📜  更改标记边框颜色 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:39.422000             🧑  作者: Mango

代码示例1
#Works for plotly graph_objects and plotly express
fig.update_traces(marker_line_color('rgb(0, 2, 1)'))