Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Really Nice 3rd graph! #1

Open
jmcrey opened this issue Oct 20, 2018 · 0 comments
Open

Really Nice 3rd graph! #1

jmcrey opened this issue Oct 20, 2018 · 0 comments

Comments

@jmcrey
Copy link

jmcrey commented Oct 20, 2018

# Alpha Centauri
x2 = [-1.643, 3.165]
y2 = [-1.374, -3.048]
z2 = [-3.838, -0.0818]
bfig_3d = plt.figure()
centauri3d = bfig_3d.add_subplot(1,1,1,projection="3d")
centauri3d.scatter(x2,y2,z2)
centauri3d.set_title("CENTAURI THE ULTIMATE CONSTELLATION")
plt.show()

Nice job implementing a third graph with a different constellation! Really shows determination, a deep understanding of the presented content, and perseverance! Nice job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant