Skip to content

Commit

Permalink
fix RtD
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Nov 9, 2023
1 parent 93d2508 commit 03661e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/notebooks/figanos_docs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@
" projection = ccrs.LambertConformal(),\n",
" features = {'ocean': {'color':'#a2bdeb'}},\n",
" plot_kw = {'legend_kwds':{'orientation': 'vertical'}},\n",
" divergent=True,\n",
" frame=True\n",
" )\n",
"ax.set_title(\"Waterways of Trois-Rivières\")"
Expand Down Expand Up @@ -1021,6 +1020,11 @@
],
"metadata": {
"celltoolbar": "Edit Metadata",
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand All @@ -1031,7 +1035,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 03661e7

Please sign in to comment.