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

Méthode matplotlib.figure.Affine2D.rotate_deg_around

Signature de la méthode rotate_deg_around

def rotate_deg_around(self, x, y, degrees) 

Description

rotate_deg_around.__doc__

        Add a rotation (in degrees) around the point (x, y) in place.

        Returns *self*, so this method can easily be chained with more
        calls to :meth:`rotate`, :meth:`rotate_deg`, :meth:`translate`
        and :meth:`scale`.