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 :

Classe « Transform »

Méthode matplotlib.artist.Transform.transform_path_non_affine

Signature de la méthode transform_path_non_affine

def transform_path_non_affine(self, path) 

Description

transform_path_non_affine.__doc__

        Apply the non-affine part of this transform to `.Path` *path*,
        returning a new `.Path`.

        ``transform_path(path)`` is equivalent to
        ``transform_path_affine(transform_path_non_affine(values))``.