8000 Fix docstring of hillshade(). · jklymak/matplotlib@b6cc779 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6cc779

Browse files
committed
Fix docstring of hillshade().
1 parent 163aac0 commit b6cc779

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
@@ -1666,6 +1666,7 @@ def hillshade(self, elevation, vert_exag=1, dx=1, dy=1, fraction=1.):
16661666
full illumination or shadow (and clipping any values that move
16671667
beyond 0 or 1). Note that this is not visually or mathematically
16681668
the same as vertical exaggeration.
1669+
16691670
Returns
16701671
-------
16711672
intensity : ndarray

0 commit comments

Comments
 (0)
0