marker.line.width plotly code example
Example: change marker border color plotly
#Works for plotly graph_objects and plotly express
fig.update_traces(marker_line_color('rgb(0, 2, 1)'))
#Works for plotly graph_objects and plotly express
fig.update_traces(marker_line_color('rgb(0, 2, 1)'))