Skip to content

Commit

Permalink
fix(example plot_band)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasK committed Mar 5, 2024
1 parent 8502796 commit e2a020d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multisensors_cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# See the NDVI evolution
# -------------------------------------------

datacube["NDVI"].ed.plot_index(col_wrap=3, vmin=0, vmax=0.8, cmap="Greens")
datacube["NDVI"].ed.plot_band(col_wrap=3, vmin=0, vmax=0.8, cmap="Greens")
plt.show()

##############################################################################
Expand Down

0 comments on commit e2a020d

Please sign in to comment.