8000 Document alternative to iterpnames. · matplotlib/matplotlib@3777136 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3777136

Browse files
committed
Document alternative to iterpnames.
1 parent 05b5759 commit 3777136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def _interpdr(self):
191191
return {v: k for k, v in six.iteritems(_interpd_)}
192192

193193
@property
194-
@cbook.deprecated("2.1")
194+
@cbook.deprecated("2.1", alternative="mpl.image.interpolation_names")
195195
def iterpnames(self):
196196
return interpolations_names
197197

0 commit comments

Comments
 (0)
0