Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8481bc5

Browse files
committed
Merge pull request #7997 from anntzer/image-tutorial-cmap
Default cmap is not jet anymore...
1 parent 98a9347 commit 8481bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/image_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ This is array slicing. You can read more in the `Numpy tutorial
180180
plt.imshow(lum_img)
181181

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

186186
.. sourcecode:: ipython

0 commit comments

Comments
 (0)