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

Méthode matplotlib.figure.Bbox.ignore

Signature de la méthode ignore

def ignore(self, value) 

Description

help(Bbox.ignore)

Set whether the existing bounds of the box should be ignored
by subsequent calls to :meth:`update_from_data_xy`.

value : bool
    - When ``True``, subsequent calls to `update_from_data_xy` will
      ignore the existing bounds of the `Bbox`.
    - When ``False``, subsequent calls to `update_from_data_xy` will
      include the existing bounds of the `Bbox`.


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