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 ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé
Classe « Rectangle »

Méthode matplotlib.figure.Rectangle.set_bounds

Signature de la méthode set_bounds

def set_bounds(self, *args) 

Description

help(Rectangle.set_bounds)

Set the bounds of the rectangle as *left*, *bottom*, *width*, *height*.

The values may be passed as separate parameters or as a tuple::

    set_bounds(left, bottom, width, height)
    set_bounds((left, bottom, width, height))

.. ACCEPTS: (left, bottom, width, height)


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