I am trying to create a 3D graph in python where you can freely move the points on the graph in any of the 3 axis. while moving this points on the graph ,the point that were plotted are also updated. I tried using matplot but I couldn't freely move the points on the graph.
I use plotly for creating 3d graphs. They provide an interactive interface to play with chart along with different types of charts.