22c08fa596991a4a7cf836c75ca175733b6c204b
python/plotly/scatter\343\201\247marker size\343\202\222\345\260\217\343\201\225\343\201\217\343\201\231\343\202\213\343\201\250\345\207\241\344\276\213\343\201\256\343\203\236\343\203\274\343\202\253\343\203\274\343\202\265\343\202\244\343\202\272\343\202\202\345\260\217\343\201\225\343\201\217\343\201\252\343\202\213.md
... | ... | @@ -0,0 +1,5 @@ |
1 | +参考: [https://stackoverflow.com/questions/65299267/change-legend-marker-size-for-plotly-scatter-plot-bubble-chart-in-python](https://stackoverflow.com/questions/65299267/change-legend-marker-size-for-plotly-scatter-plot-bubble-chart-in-python) |
|
2 | + |
|
3 | +```python |
|
4 | +fig.update_layout(legend= {'itemsizing': 'constant'}) |
|
5 | +``` |
|
... | ... | \ No newline at end of file |