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 ? Programmation Python
Les compléments
Voir le programme détaillé
Classe « Locator »

Méthode matplotlib.pyplot.Locator.nonsingular

Signature de la méthode nonsingular

def nonsingular(self, v0, v1) 

Description

help(Locator.nonsingular)

Adjust a range as needed to avoid singularities.

This method gets called during autoscaling, with ``(v0, v1)`` set to
the data limits on the Axes if the Axes contains any data, or
``(-inf, +inf)`` if not.

- If ``v0 == v1`` (possibly up to some floating point slop), this
  method returns an expanded interval around this value.
- If ``(v0, v1) == (-inf, +inf)``, this method returns appropriate
  default view limits.
- Otherwise, ``(v0, v1)`` is returned without modification.


Vous êtes un professionnel et vous avez besoin d'une formation ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé