From 2caa503be96a96d2899cd9969804c3cc275a2425 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Wed, 1 Nov 2023 18:02:38 -0600 Subject: [PATCH 1/2] Invert y-axis in add_height_from_pressure_axis.ipynb --- docs/examples/add_height_from_pressure_axis.ipynb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/examples/add_height_from_pressure_axis.ipynb b/docs/examples/add_height_from_pressure_axis.ipynb index 57cb6416..6cc54793 100644 --- a/docs/examples/add_height_from_pressure_axis.ipynb +++ b/docs/examples/add_height_from_pressure_axis.ipynb @@ -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", From 1ef734865e6eb6527da83d42ee72d46a0f2c8a7f Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Wed, 1 Nov 2023 18:11:17 -0600 Subject: [PATCH 2/2] Update release-notes.rst --- docs/release-notes.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 399ba793..32c81083 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -5,6 +5,14 @@ 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 @@ -12,12 +20,12 @@ 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 ^^^^^^^^^^^^^