Skip to content

Commit c6470c3

Browse files
authored
Merge pull request #47 from earthdaily/dev
fix(example)
2 parents 7a81465 + 17105fd commit c6470c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/venus_cube_mask.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@
7272
)
7373
print(venus_datacube)
7474

75-
venus_datacube.isel(time=slice(29, 31), x=slice(4000, 4500), y=slice(4000, 4500)).plot_rgb()
75+
venus_datacube.isel(time=slice(29, 31), x=slice(4000, 4500), y=slice(4000, 4500)).ed.plot_rgb()

0 commit comments

Comments
 (0)