Coder Social home page Coder Social logo

dvp-u3-constellations's People

Contributors

abbynormative avatar

Watchers

 avatar  avatar

dvp-u3-constellations's Issues

DVP Constellations Grade Summary

Rubric Score

Criteria 1: Matplotlib and CSV

  • Score Level: 4 (Exceeds expectations)
  • Comment(s): Great job, the Jupyter notebook file imports the libraries necessary for the project.

Criteria 2: Implementation of 2D Visualization

  • Score Level: 4 (Exceeds expectations)
  • Comment(s): Very good, the 2D grid appears with data plotted on the graph and the visualization includes an appropriate title.

Criteria 3: Implementation of 3D Visualization

  • Score Level: 4 (Exceeds expectations)
  • Comment(s): Nice job, the 3D grid appears with the correct data plotted on the graph. The grid is rotatable, and there is a title on the graph.

Overall Score: 12/12

Very nice job overall! Your two graphs displayed the data correctly. I'm not sure why you were getting an error (see issue #1), it worked perfectly fine for me, so you might want to look into that a little more.

Worked for me without redefining x, y, and z

#NOTE FOR REVIEWER: I was getting an error from the jupyter notebook that 'x' was not defined so I re-defined x,y,z here.
x = [-0.41, 0.57, 0.07, 0.00, -0.29, -0.32,-0.50,-0.23, -0.23]
y = [4.12, 7.71, 2.36, 9.10, 13.35, 8.13, 7.19, 13.25,13.43]
z = [2.06, 0.84, 1.56, 2.07, 2.36, 1.72, 0.66, 1.25,1.38]

I wonder why this wasn't working for you -- when I commented out this part it still worked fine for me both when I ran the .py file on my computer and when I ran the jupyter notebook file. Are you sure you ran all the previous cells before running this one?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.