Skip to content

Commit

Permalink
Invert y-axis in add_height_from_pressure_axis.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald authored Nov 2, 2023
1 parent a32f932 commit 2caa503
Showing 1 changed file with 3 additions and 0 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

0 comments on commit 2caa503

Please sign in to comment.