You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment(s): The file imports the libraries necessary for the project.
Criteria 2: Implementation of 2D Visualization
Score Level: 4 (Exceeds Expectations)
Comment(s): The 2D grid appears with data plotted on the graph and the visualization includes a title.
Criteria 3: Implementation of 3D Visualization
Score Level: 4 (Exceeds Expectations)
Comment(s): The 3D grid appears with the correct data plotted on the graph. The grid is rotatable. There is a title on the graph and the plotted points include custom style.
Overall Score: 12/12
Well done on this project! Good job importing all the libraries, including making it compatible with .py files. Although, you only need to import them (and define certain variables) once in your script (ie. duplicate here etc.)
The visualizations look great! Nice job labeling your graphs as well as adding custom style to the 3D plot. In addition, excellent work adding those additional 3 stars to your plot!
As a further challenge, continue playing around with both 2D and 3D visualizations and look into even more ways of customizing certain features. Here are some places to start:
Criteria 1: Matplotlib and CSV
Criteria 2: Implementation of 2D Visualization
Criteria 3: Implementation of 3D Visualization
Overall Score: 12/12
Well done on this project! Good job importing all the libraries, including making it compatible with
.py
files. Although, you only need to import them (and define certain variables) once in your script (ie. duplicate here etc.)The visualizations look great! Nice job labeling your graphs as well as adding custom style to the 3D plot. In addition, excellent work adding those additional 3 stars to your plot!
As a further challenge, continue playing around with both 2D and 3D visualizations and look into even more ways of customizing certain features. Here are some places to start:
Have fun! :)
The text was updated successfully, but these errors were encountered: