Skip to content

Commit ae00b1b

Browse files
author
Guen Prawiroatmodjo
authored
Update boolean-masking-indexing.ipynb (#207)
1 parent c1b8aad commit ae00b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate/indexing/boolean-masking-indexing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
":class: dropdown\n",
185185
"```python\n",
186186
"da_masked = da.where(da.yc >= 60)\n",
187-
"da_masked[0, :, :].plot();\n",
187+
"da_masked[:, :].plot();\n",
188188
"```\n",
189189
"````"
190190
]

0 commit comments

Comments
 (0)