Skip to content

Commit

Permalink
Merge pull request #173 from kafitzgerald/issue151
Browse files Browse the repository at this point in the history
Invert y-axis in add_height_from_pressure_axis.ipynb
  • Loading branch information
jukent authored Nov 2, 2023
2 parents a32f932 + 1ef7348 commit 59ee188
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/examples/add_height_from_pressure_axis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
" linestyles='solid',\n",
" add_labels=False)\n",
"\n",
"# Invert y-axis\n",
"ax.invert_yaxis()\n",
"\n",
"# Create second y-axis to show geo-potential height.\n",
"axRHS = gv.add_height_from_pressure_axis(ax, heights=[4, 8])\n",
"\n",
Expand Down
12 changes: 10 additions & 2 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,27 @@
Release Notes
=============

v2023.11.0 (Unreleased)
-----------------------
[Plain text summary here]

Documentation
^^^^^^^^^^^^^
* Invert y-axis in add_height_from_pressure_axis example by `Katelyn FitzGerald`_ in (:pr:`173`)

v2023.10.0 (October 3, 2023)
----------------------------
This release adds a Contributor's Guide and Code of Conduct, updates several
dependency pins, and adds Python 3.11 support while removing Python 3.8.

Bug Fixes
^^^^^^^^^
* Matplotlib pinned to <3.8 `Katelyn FitzGerald`_ in (:pr:`161`)
* Matplotlib pinned to <3.8 by `Katelyn FitzGerald`_ in (:pr:`161`)
* Xarray unpinned by `Katelyn FitzGerald`_ in (:pr:`159`)

New Features
^^^^^^^^^^^^
* Added Python 3.11 and removed Python 3.8 `Katelyn FitzGerald`_ in (:pr:`162`)
* Added Python 3.11 and removed Python 3.8 by `Katelyn FitzGerald`_ in (:pr:`162`)

Documentation
^^^^^^^^^^^^^
Expand Down

0 comments on commit 59ee188

Please sign in to comment.