You are reading an old version of the documentation (v3.0.0). For the latest version see https://matplotlib.org/stable/api/_as_gen/matplotlib.artist.Artist.set_agg_filter.html
Version 3.0.0
matplotlib
Fork me on GitHub

matplotlib.artist.Artist.set_agg_filter

Artist.set_agg_filter(filter_func)[source]

Set the agg filter.

Parameters:
filter_func : callable

A filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array.