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 ? RAG (Retrieval-Augmented Generation)
et Fine Tuning d'un LLM
Voir le programme détaillé
Classe « Bbox »

Méthode matplotlib.artist.Bbox.update_from_path

Signature de la méthode update_from_path

def update_from_path(self, path, ignore=None, updatex=True, updatey=True) 

Description

help(Bbox.update_from_path)

Update the bounds of the `Bbox` to contain the vertices of the
provided path. After updating, the bounds will have positive *width*
and *height*; *x0* and *y0* will be the minimal values.

Parameters
----------
path : `~matplotlib.path.Path`
ignore : bool, optional
   - When ``True``, ignore the existing bounds of the `Bbox`.
   - When ``False``, include the existing bounds of the `Bbox`.
   - When ``None``, use the last value passed to :meth:`ignore`.
updatex, updatey : bool, default: True
    When ``True``, update the x/y values.


Vous êtes un professionnel et vous avez besoin d'une formation ? Mise en oeuvre d'IHM
avec Qt et PySide6
Voir le programme détaillé