matplotlib / 3.4 / _as_gen / matplotlib.artist.artist.set_agg_filter.html

matplotlib.artist.Artist.set_agg_filter

Artist.set_agg_filter(filter_func)[source]

Set the agg filter.

Parameters:
filter_funccallable

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

© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.4.3/api/_as_gen/matplotlib.artist.Artist.set_agg_filter.html