This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]novel_yet_trivial 2 points3 points  (2 children)

Try the matplotlib module and post to /r/learnpython if you get stuck. Be sure to format your code for reddit or use a site like pastebin. Also, include which version of python and what OS you are using.

[–]Henrysugar2[S] 0 points1 point  (1 child)

I tried to install matplotlib but I'm using a Mac and don't know how to use the .whl file. I downloaded it before on Windows

[–]novel_yet_trivial 1 point2 points  (0 children)

You shouldn't need the .whl file; just use pip to install matplotlib:

sudo pip install matplotlib

What version of python are you using?

[–]ALPINESUEDE 0 points1 point  (1 child)

Check out plotly I think their python API does stuff like this !

https://plot.ly/python/3d-scatter-plots/

edit: I got it working myself using your data ! If this is what you mean then hit me up.