Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé
Classe « Artist »

Méthode matplotlib.pyplot.Artist.set_agg_filter

Signature de la méthode set_agg_filter

def set_agg_filter(self, filter_func) 

Description

help(Artist.set_agg_filter)

Set the agg filter.

Parameters
----------
filter_func : callable
    A filter function, which takes a (m, n, depth) float array
    and a dpi value, and returns a (m, n, depth) array and two
    offsets from the bottom left corner of the image

    .. ACCEPTS: a filter function, which takes a (m, n, 3) float array
        and a dpi value, and returns a (m, n, 3) array and two offsets
        from the bottom left corner of the image


Vous êtes un professionnel et vous avez besoin d'une formation ? Calcul scientifique
avec Python
Voir le programme détaillé