Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 20cda21

Browse filesBrowse files
authored
Merge pull request #23185 from meeseeksmachine/auto-backport-of-pr-23168-on-v3.5.x
Backport PR #23168 on branch v3.5.x (Corrected docstring for artist.Artist.set_agg_filter)
2 parents f971aa8 + cb8b291 commit 20cda21
Copy full SHA for 20cda21

File tree

Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed

‎lib/matplotlib/artist.py

Copy file name to clipboardExpand all lines: lib/matplotlib/artist.py
+5-3Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -929,11 +929,13 @@ def set_agg_filter(self, filter_func):
929929
Parameters
930930
----------
931931
filter_func : callable
932-
A filter function, which takes a (m, n, 3) float array and a dpi
933-
value, and returns a (m, n, 3) array.
932+
A filter function, which takes a (m, n, depth) float array
933+
and a dpi value, and returns a (m, n, depth) array and two
934+
offsets from the bottom left corner of the image
934935
935936
.. ACCEPTS: a filter function, which takes a (m, n, 3) float array
936-
and a dpi value, and returns a (m, n, 3) array
937+
and a dpi value, and returns a (m, n, 3) array and two offsets
938+
from the bottom left corner of the image
937939
"""
938940
self._agg_filter = filter_func
939941
self.stale = True

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.