matplotlib.artist.Artist.set_agg_filter

Artist.set_agg_filter(self, 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.