Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f971aa8 commit cb8b291Copy full SHA for cb8b291
lib/matplotlib/artist.py
@@ -929,11 +929,13 @@ def set_agg_filter(self, filter_func):
929
Parameters
930
----------
931
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.
+ A filter function, which takes a (m, n, depth) float array
+ and a dpi value, and returns a (m, n, depth) array and two
934
+ offsets from the bottom left corner of the image
935
936
.. ACCEPTS: a filter function, which takes a (m, n, 3) float array
- 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
939
"""
940
self._agg_filter = filter_func
941
self.stale = True
0 commit comments