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

Skip to content

Commit 40de204

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR #16031: Fix docstring of hillshade().
1 parent 92da21c commit 40de204

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/colors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,6 +1681,7 @@ def hillshade(self, elevation, vert_exag=1, dx=1, dy=1, fraction=1.):
16811681
full illumination or shadow (and clipping any values that move
16821682
beyond 0 or 1). Note that this is not visually or mathematically
16831683
the same as vertical exaggeration.
1684+
16841685
Returns
16851686
-------
16861687
intensity : ndarray

0 commit comments

Comments
 (0)