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 814d7ba commit 5933662Copy full SHA for 5933662
lib/matplotlib/artist.py
@@ -934,9 +934,9 @@ def set_agg_filter(self, filter_func):
934
Parameters
935
----------
936
filter_func : callable
937
- A filter function, which takes a (m, n, depth) float array and a dpi
938
- value, and returns a (m, n, depth) array and two offsets from the bottom
939
- left corner of the image
+ A filter function, which takes a (m, n, depth) float array
+ and a dpi value, and returns a (m, n, depth) array and two
+ offsets from the bottom left corner of the image
940
941
.. ACCEPTS: a filter function, which takes a (m, n, 3) float array
942
and a dpi value, and returns a (m, n, 3) array and two offsets
0 commit comments