You are reading an old version of the documentation (v2.1.2). For the latest version see https://matplotlib.org/stable/
Version 2.1.2
matplotlib
Fork me on GitHub


Travis-CI:

This Page

matplotlib.axis.YAxis.set_agg_filter

YAxis.set_agg_filter(filter_func)

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.