neuniversity / ALY6140

1 stars 3 forks source link

Try to draw a figure in 3D... #32

Open NEUHU opened 5 years ago

NEUHU commented 5 years ago

I am trying to draw a figure in 3D with my dataset, does anyone know how to draw a 3D figure in Python? The code I found and try to use is called "Axes3D". I have now inserted the coordinate axis, yet I don't know how to insert the data I want to the figure.

pr24 commented 5 years ago

scatter plot - 3D Axes3D.scatter(xs, ys, zs=0, zdir='z', s=20, c=None, depthshade=True, *args, **kwargs) This Link will be helpful to you. https://matplotlib.org/mpl_toolkits/mplot3d/tutorial.html

NEUHU commented 5 years ago

Hi pr24,

Thank you for your reply, yet I think I will remove this part since this is something out of my current ability. I will not able to submit my capstone on time if I insist to finish the 3D figure. Thank you again for your time and your reply!

Sincerely, Hu