Skip to content

Commit

Permalink
Hopefully fully compliant with new style gallery now
Browse files Browse the repository at this point in the history
  • Loading branch information
jonseddon committed Feb 10, 2021
1 parent f657ae2 commit 905a1ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/gallery_code/meteorology/plot_wind_barbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ def main():

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


if __name__ == "__main__":
main()

This file was deleted.

3 changes: 3 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ This document explains the changes made to Iris for this release
the primary coordinate being plotted against is a vertical coordinate. E.g.
``iris.plot.plot(z_cube)`` will produce a z-vs-phenomenon plot, where before
it would have produced a phenomenon-vs-z plot. (:pull:`3906`)
#. `@jonseddon`_ added :meth:`iris.plot.barbs` to provide a convenient way to
use :func:`matplotlib.pyplot.barbs` with Iris cubes. A gallery example was
included to illustrate the new method's use. (:pull:`3710`)


🐛 Bugs Fixed
Expand Down

0 comments on commit 905a1ba

Please sign in to comment.