Closed
Description
Hello,
I would like to know if 'orthographic' projection could be added as an option to plotly 3D plots.
Indeed, this option is available in Matlab, and in matplotlib since version 2.1.
As explained here, such a projection maintains parallelism and distances, and is therefore sometimes better suited when plotting data. For example, a camera looking along the z axis (top view) would directly give you a perfect xy plane projection, which it does not do on Plotly right now,
as can be seen on that example.