shandjm / dvp-u3-constellations

0 stars 0 forks source link

DVP: Constellations #1

Open patrick-project-review opened 5 years ago

patrick-project-review commented 5 years ago

Rubric Score

Criteria 1: Matplotlib and CSV

Criteria 2: Implementation of 2D Visualization

Criteria 3: Implementation of 3D Visualization

Overall Score: 10/12

Overall, great job! You seem to understand what the project required of you as well as how to accomplish that. Your code was clean and concise. The only issue is that you didn't include a title in either of your figures. You can do so like this: plt.title("figure title here").

shandjm commented 5 years ago

Great. Thanks so much Patrick. I appreciate your comments and feedback.