Skip to content

Commit

Permalink
Update content in 02-visualisation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienIrving committed Jul 25, 2024
1 parent 954fc50 commit 5433d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions episodes/02-visualisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ plt.show()

The default colorbar used by matplotlib is `viridis`.
It used to be `jet`,
but that was changed a couple of years ago in response to the
but that was changed in response to the
[\#endtherainbow](https://www.climate-lab-book.ac.uk/2014/end-of-the-rainbow/) campaign.

Putting all the code together
Expand Down Expand Up @@ -334,7 +334,7 @@ clim.plot.contourf(
Rather than plot the annual climatology,
edit the code so that it plots the June-August (JJA) season.

(Hint: the [groupby]() functionality can be used to
(Hint: the `groupby` functionality can be used to
group all the data into seasons prior to averaging over the time axis)

::::::::::::::: solution
Expand Down

0 comments on commit 5433d11

Please sign in to comment.