73ed16970cb9d6a1f4dad11826755d866f1bdefd
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
... | ... | @@ -1,5 +1,6 @@ |
1 | 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 | 2 | |
3 | +以下で凡例(legend)のマーカーサイズがプロットのマーカーサイズに影響されなくなる。 |
|
3 | 4 | ```python |
4 | 5 | fig.update_layout(legend= {'itemsizing': 'constant'}) |
5 | 6 | ``` |
... | ... | \ No newline at end of file |