Confusing behaviour of go.Cone in 3D Scatter - wrong vector direction

Hi @guidocioni
To get the normal visualized as an orthogonal vector to the plane, the axes scales must be the same, as in the mathematical representation. As long as the axes have diferent scales the normal appears as a non-orthogonal vector. In such a case set aspectmode='data'.

In this notebook are illustrated a few examples: https://chart-studio.plotly.com/~empet/15812

1 Like