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.update_from_data_x

Signature de la méthode update_from_data_x

def update_from_data_x(self, x, ignore=None) 

Description

help(Bbox.update_from_data_x)

Update the x-bounds of the `Bbox` based on the passed in data. After
updating, the bounds will have positive *width*, and *x0* will be the
minimal value.

Parameters
----------
x : `~numpy.ndarray`
    Array of x-values.
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`.


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