Skip to content

Commit d7e05cf

Browse files
committed
Correct the language and copy-paste typos in subset guide
1 parent 5cdf333 commit d7e05cf

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

docs/user-guide/subset.ipynb

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"1. Nearest Neighbor\n",
1616
"2. Bounding Box\n",
1717
"3. Bounding Circle\n",
18-
"4. Constant Latitude/Longtude \n"
18+
"4. Constant Latitude/Longitude\n",
19+
"5. Interval Latitude/Longitude\n"
1920
]
2021
},
2122
{
@@ -501,7 +502,7 @@
501502
"clat_subset.plot(\n",
502503
" rasterize=True,\n",
503504
" clim=clim,\n",
504-
" title=\"Constant Longitude Subset\",\n",
505+
" title=\"Constant Latitude Subset\",\n",
505506
" global_extent=True,\n",
506507
" **plot_opts,\n",
507508
") * features"
@@ -512,9 +513,7 @@
512513
{
513514
"cell_type": "markdown",
514515
"metadata": {},
515-
"source": [
516-
"### Constant Longitude Interval"
517-
]
516+
"source": "### Longitude Interval"
518517
},
519518
{
520519
"cell_type": "code",
@@ -527,7 +526,7 @@
527526
"clon_int_subset.plot(\n",
528527
" rasterize=True,\n",
529528
" clim=clim,\n",
530-
" title=\"Constant Latitude Interval Subset\",\n",
529+
" title=\"Longitude Interval Subset\",\n",
531530
" global_extent=True,\n",
532531
" **plot_opts,\n",
533532
") * features"
@@ -538,9 +537,7 @@
538537
{
539538
"cell_type": "markdown",
540539
"metadata": {},
541-
"source": [
542-
"### Constant Latitude Interval"
543-
]
540+
"source": "### Latitude Interval"
544541
},
545542
{
546543
"cell_type": "code",
@@ -553,7 +550,7 @@
553550
"clat_int_subset.plot(\n",
554551
" rasterize=True,\n",
555552
" clim=clim,\n",
556-
" title=\"Constant Latitude Interval Subset\",\n",
553+
" title=\"Latitude Interval Subset\",\n",
557554
" global_extent=True,\n",
558555
" **plot_opts,\n",
559556
") * features"

0 commit comments

Comments
 (0)