8000 Corrected docstring for artist.Artist.set_agg_filter · matplotlib/matplotlib@31f44da · GitHub
[go: up one dir, main page]

Skip to content

Commit 31f44da

Browse files
author
SaumyaBhushan
committed
Corrected docstring for artist.Artist.set_agg_filter
1 parent c3803e1 commit 31f44da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/artist.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -934,9 +934,9 @@ def set_agg_filter(self, filter_func):
934934
Parameters
935935
----------
936936
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
937+
A filter function, which takes a (m, n, depth) float array
938+
and a dpi value, and returns a (m, n, depth) array and two
939+
offsets from the bottom left corner of the image
940940
941941
.. ACCEPTS: a filter function, which takes a (m, n, 3) float array
942942
and a dpi value, and returns a (m, n, 3) array and two offsets

0 commit comments

Comments
 (0)
0