Version 3.0.3
matplotlib
Fork me on GitHub

matplotlib.axis.XTick.set_agg_filter

XTick.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.