Skip to content

Commit cf37c6b

Browse files
authored
Issue 1122: Fixed mistake in "Working with STAC" documentation. (#1127)
1 parent 1208a67 commit cf37c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/notebooks/Working_with_STAC.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@
648648
"fig = plt.figure(figsize=(10, 20))\n",
649649
"col = 5\n",
650650
"row = math.ceil(len(dates) / col)\n",
651-
"for i in range(1, len(results_rgb) + 1):\n",
651+
"for i in range(1, len(results_ndvi) + 1):\n",
652652
" fig.add_subplot(row, col, i)\n",
653653
" plt.imshow(results_ndvi[i - 1][1][0])"
654654
]

0 commit comments

Comments
 (0)