b401fff00c12bf927e1195e1618344dd0b76ce32
python/plotly/\346\225\243\345\270\203\345\233\263\343\201\247xy\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,8 @@ |
1 | +[python - Plotly, same scale for x and y axis - Stack Overflow](https://stackoverflow.com/questions/31033791/plotly-same-scale-for-x-and-y-axis) |
|
2 | + |
|
3 | +```python |
|
4 | +fig.update_yaxes( |
|
5 | + scaleanchor = "x", |
|
6 | + scaleratio = 1, |
|
7 | + ) |
|
8 | +``` |
|
... | ... | \ No newline at end of file |