Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinChri authored Aug 14, 2024
1 parent 0a1ed3a commit b2f2742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ Plot extreme wind at 10 m height based on NORA3 data:
plot_extreme_wind_map(return_level=100,
product='NORA3',
level=0,
z=10,
title='100-yr return values Wind at 10 m (NORA3)',
set_extent = [0,30,52,73])
Expand All @@ -1595,7 +1595,7 @@ Plot extreme wind at 100 m height based on NORA3 data:
plot_extreme_wind_map(return_level=100,
product='NORA3',
level=2,
z=100,
title='100-yr return values Wind at 100 m (NORA3)',
set_extent = [0,30,52,73])
Expand Down

0 comments on commit b2f2742

Please sign in to comment.