I want to draw a line between two points in a 3D plot. But, I can not use plotly.express for some reasons as suggested in the documentation. https://plotly.com/python/3d-line-plots/
Is it possible to draw a line in a 3D plot using the plotly.graph_objects module ? If so, how ?

