Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/users/image_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ This is array slicing. You can read more in the `Numpy tutorial
plt.imshow(lum_img)

Now, with a luminosity (2D, no color) image, the default colormap (aka lookup table,
LUT), is applied. The default is called jet. There are plenty of
LUT), is applied. The default is called viridis. There are plenty of
others to choose from.

.. sourcecode:: ipython
Expand Down