python/plotly/scatter_3d/\347\270\246\346\250\252\351\253\230\343\201\225\343\201\256\346\257\224\347\216\207\343\202\222\345\233\272\345\256\232\343\201\231\343\202\213.md
... ...
@@ -0,0 +1,5 @@
1
+参考: [python - Plotly Scatter3d: how can I force 3D axes to have the same scale / aspect ratio? - Stack Overflow](https://stackoverflow.com/questions/52863305/plotly-scatter3d-how-can-i-force-3d-axes-to-have-the-same-scale-aspect-ratio)
2
+
3
+```python
4
+fig.update_scenes(aspectmode='data')
5
+```
... ...
\ No newline at end of file