Skip to content

Commit

Permalink
Update matplotlib.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doctor-phil committed Nov 5, 2024
1 parent aa462f5 commit e3cfdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/tools/matplotlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def scale_by_middle(df):
```

```{code-cell} python
to_plot = prices.groupby("Model").apply(scale_by_middle).T
to_plot = prices.groupby("Model").apply(scale_by_middle, include_groups=False).T
to_plot
```

Expand Down

0 comments on commit e3cfdaa

Please sign in to comment.