Skip to content

Commit

Permalink
Merge pull request yt-project#4743 from chrishavlin/geo_nb_axis_order
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros authored Nov 18, 2023
2 parents 9983bf2 + d6506b2 commit f2dfa35
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/source/cookbook/geographic_xforms_and_projections.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@
"metadata": {},
"outputs": [],
"source": [
"ds = yt.load_uniform_grid(data, sizes, 1.0, geometry=(\"geographic\", dims), bbox=bbox)"
"ds = yt.load_uniform_grid(\n",
" data, sizes, 1.0, geometry=\"geographic\", bbox=bbox, axis_order=dims\n",
")"
]
},
{
Expand Down Expand Up @@ -472,7 +474,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -486,9 +488,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.9.10"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit f2dfa35

Please sign in to comment.