Skip to content

Commit

Permalink
matplotlib assignment not dependent on row order
Browse files Browse the repository at this point in the history
  • Loading branch information
jswelling committed Jan 13, 2025
1 parent 2c16349 commit ef30635
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/assignment_matplotlib_body.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ will use the California COVID dataset.



### A General Requirement

Your code should work properly even if the order of the input data records changes. If your code needs to find
a specific row of data in a specific place, you're doing it wrong.



### Step 1: Imports and data

```
Expand Down

0 comments on commit ef30635

Please sign in to comment.