Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8481bc5

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/users/image_tutorial.rst

Copy file name to clipboardExpand all lines: doc/users/image_tutorial.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.