Skip to content

Commit

Permalink
Improved language as Lake Victoria is not relevant and shorelines are…
Browse files Browse the repository at this point in the history
… not included in this simulated data.
  • Loading branch information
jonseddon committed Aug 5, 2021
1 parent fba7ab8 commit 564312b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/gallery_code/meteorology/plot_wind_barbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def main():
uwind.convert_units("knot")
vwind.convert_units("knot")

# To illustrate the full range of barbs scale the wind speed up to pretend
# To illustrate the full range of barbs, scale the wind speed up to pretend
# that a storm is passing over
magnitude = (uwind ** 2 + vwind ** 2) ** 0.5
magnitude.convert_units("knot")
Expand All @@ -54,7 +54,7 @@ def main():
# of the plot if left
iplt.barbs(uwind[1:-1, 1:-1], vwind[1:-1, 1:-1], pivot="middle", length=6)

plt.title("Wind speed over Lake Victoria\nduring a simulated storm")
plt.title("Wind speed during a simulated storm")
qplt.show()


Expand Down
3 changes: 2 additions & 1 deletion lib/iris/tests/results/imagerepo.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@
"https://scitools.github.io/test-iris-imagehash/images/v4/fa8172c6857ecd38cb3392ce36c564311931d85ec64e9787719a39993c316e66.png"
],
"gallery_tests.test_plot_wind_barbs.TestWindBarbs.test_wind_barbs.0": [
"https://scitools.github.io/test-iris-imagehash/images/v4/e9e960e996169316c1fe9e96c29e36739e13c07c3d61c07f39a13921c07f3e21.png"
"https://scitools.github.io/test-iris-imagehash/images/v4/e9e960e996169316c1fe9e96c29e36739e13c07c3d61c07f39a13921c07f3e21.png",
"https://scitools.github.io/test-iris-imagehash/images/v4/e9e161e996169316c1fe9e96c29e36739e13c07c3d61c07f39813929c07f3f01.png"
],
"gallery_tests.test_plot_wind_speed.TestWindSpeed.test_plot_wind_speed.0": [
"https://scitools.github.io/test-iris-imagehash/images/v4/bcf924fb9306930ce12ccf97c73236b28ecec4cd3e29847b18e639e6c14f1a09.png",
Expand Down

0 comments on commit 564312b

Please sign in to comment.