gillynova / dvp-u3-constellations

0 stars 0 forks source link

3D Visualizations #1

Open Lucav17 opened 6 years ago

Lucav17 commented 6 years ago

I was looking at your code for the 3D visualization, in the instructions it says to add

fig_3d.add_subplot(1,1,1,projection="3d")

So if you change your subplot to

plt.subplot(1,1,1, projection="3d")

It will render a 3d plot!