Search code examples
pythongraphgraphics3dinteractive

How to create an Interactive 3D Graph in Python


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.


Solution

  • I use plotly for creating 3d graphs. They provide an interactive interface to play with chart along with different types of charts.