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 ? Calcul scientifique
avec Python
Voir le programme détaillé
Classe « Axis »

Méthode matplotlib.axis.Axis.set_data_interval

Signature de la méthode set_data_interval

def set_data_interval(self, vmin, vmax, ignore=False) 

Description

help(Axis.set_data_interval)

Set the axis data limits.  This method is for internal use.

If *ignore* is False (the default), this method will never reduce the
preexisting data limits, only expand them if *vmin* or *vmax* are not
within them.  Moreover, the order of *vmin* and *vmax* does not matter;
the orientation of the axis will not change.

If *ignore* is True, the data limits will be set exactly to ``(vmin,
vmax)`` in that order.


Vous êtes un professionnel et vous avez besoin d'une formation ? Machine Learning
avec Scikit-Learn
Voir le programme détaillé