python/plotly/scatter_3d\343\201\247xyz\350\273\270\343\201\256\346\257\224\347\216\207\343\202\2221\343\201\253\343\201\231\343\202\213.md
... ...
@@ -0,0 +1,5 @@
1
+参考: https://stackoverflow.com/questions/52863305/plotly-scatter3d-how-can-i-force-3d-axes-to-have-the-same-scale-aspect-ratio#comment131689094_52863471
2
+
3
+```python
4
+fig.update_scenes(aspectmode='data')
5
+```
... ...
\ No newline at end of file