Comment(s): The proper libraries were imported and were used correctly.
Criteria 2: Implementation of 2D Visualization
Score Level: 3/4
Comment(s): The figure plots data with a grid, but no title.
Criteria 3: Implementation of 3D Visualization
Score Level: 3/4
Comment(s): The figure plots data with a grid, but no title.
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").
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")
.