From b01893a9ff627b23d606e399c5ad34d2a6bf96d1 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Mon, 30 Jan 2017 17:32:45 -0800 Subject: [PATCH] Default cmap is not jet anymore... --- doc/users/image_tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/users/image_tutorial.rst b/doc/users/image_tutorial.rst index dd0e76d2ceb1..1d1f58ee5e82 100644 --- a/doc/users/image_tutorial.rst +++ b/doc/users/image_tutorial.rst @@ -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