Skip to content

Commit 2e53b53

Browse files
committed
MNT: Formatting monte_carlo_class_usage.ipynb with ruff
1 parent 72c4a6e commit 2e53b53

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

docs/notebooks/monte_carlo_analysis/monte_carlo_class_usage.ipynb

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -986,10 +986,8 @@
986986
"source": [
987987
"# Example: Plot ellipses with satellite background map\n",
988988
"test_dispersion.plots.ellipses(\n",
989-
" background=\"satellite\",\n",
990-
" xlim=(-200, 3500),\n",
991-
" ylim=(-200, 3500)\n",
992-
")\n"
989+
" background=\"satellite\", xlim=(-200, 3500), ylim=(-200, 3500)\n",
990+
")"
993991
]
994992
},
995993
{
@@ -1026,9 +1024,7 @@
10261024
"source": [
10271025
"# Example: Plot ellipses with street map background\n",
10281026
"test_dispersion.plots.ellipses(\n",
1029-
" background=\"street\",\n",
1030-
" xlim=(-200, 3500),\n",
1031-
" ylim=(-200, 3500)\n",
1027+
" background=\"street\", xlim=(-200, 3500), ylim=(-200, 3500)\n",
10321028
")"
10331029
]
10341030
},

0 commit comments

Comments
 (0)