python/plotly/scatter\343\201\247\344\270\270\343\201\256\343\202\265\343\202\244\343\202\272\343\202\222\345\244\211\346\233\264\343\201\231\343\202\213.md
... ...
@@ -0,0 +1,5 @@
1
+[python - Set all markers to the same fixed size in Plotly Express scatterplot - Stack Overflow](https://stackoverflow.com/questions/65709221/set-all-markers-to-the-same-fixed-size-in-plotly-express-scatterplot)
2
+
3
+```python
4
+fig.update_traces(marker={'size': 15})
5
+```
... ...
\ No newline at end of file