-
Notifications
You must be signed in to change notification settings - Fork 85
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
Plotting the earthquake dataset #10
Labels
week04
Working with data
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your goal is to analyse the same earthquake data as before (#9) and produce two plots, showing:
To help you off, we have suggested an outline of the code. You can change this as you want, or use your own structure.
plots-@username1-@username2-...
earthquakes
repository. Include the textAnswers UCL-COMP0233-24-25/RSE-Classwork#10
in the description to link it to this issue. Add one or both plots if you want!Some hints:
numpy
library (theunique
function or others could be helpful, depending on how you have approached the problem)matplotlib
.Sample solution
The text was updated successfully, but these errors were encountered: