diff --git a/README.md b/README.md index 4a13b14e..72eb5167 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ import ndv data = ndv.data.cells3d() # or ndv.data.nd_sine_wave() # or *any* arraylike object (see support below) + ndv.imshow(data) ```