Skip to content

Commit

Permalink
ENH: Bug in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTheisen committed Jan 24, 2025
1 parent 110ada8 commit de6dbff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/workflows/plot_courage_comparison.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
if airnow:
display.plot(
'OZONE_sites_2',
dsname='EPA ',
label='EPA' + sites[2],
dsname='EPA',
label='EPA ' + sites[2],
subplot_index=(1,),
set_title=title,
)
Expand Down

0 comments on commit de6dbff

Please sign in to comment.