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 « Path »

Méthode matplotlib.artist.Path.copy

Signature de la méthode copy

def copy(self) 

Description

copy.__doc__

        Return a shallow copy of the `Path`, which will share the
        vertices and codes with the source `Path`.