From b6cc77988d009b4ccaedb51a6749f5a96cd11f52 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Sun, 29 Dec 2019 20:31:58 +0100 Subject: [PATCH] Fix docstring of hillshade(). --- lib/matplotlib/colors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/matplotlib/colors.py b/lib/matplotlib/colors.py index abf2c80e5abd..17ae4dbece40 100644 --- a/lib/matplotlib/colors.py +++ b/lib/matplotlib/colors.py @@ -1666,6 +1666,7 @@ def hillshade(self, elevation, vert_exag=1, dx=1, dy=1, fraction=1.): full illumination or shadow (and clipping any values that move beyond 0 or 1). Note that this is not visually or mathematically the same as vertical exaggeration. + Returns ------- intensity : ndarray