Plot graph in three dimensions

I am wanting to write a program to show a location on a map in three dimensions, like to show the location of a drone in a room. I am new to python and plotly and am not sure where to start.

Hi @drwhom,

As a starting point, Iā€™d recommend taking a look at all of the 3D examples at https://plot.ly/python/3d-charts/ and seeing if any of them look similar to what you want.

-Jon