diff --git a/examples/multisensors_cube.py b/examples/multisensors_cube.py index f07ebb3c..98156739 100644 --- a/examples/multisensors_cube.py +++ b/examples/multisensors_cube.py @@ -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() ##############################################################################