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

Méthode matplotlib.pyplot.Normalize.process_value

Signature de la méthode process_value

def process_value(value) 

Description

help(Normalize.process_value)

Homogenize the input *value* for easy and efficient normalization.

*value* can be a scalar or sequence.

Parameters
----------
value
    Data to normalize.

Returns
-------
result : masked array
    Masked array with the same shape as *value*.
is_scalar : bool
    Whether *value* is a scalar.

Notes
-----
Float dtypes are preserved; integer types with two bytes or smaller are
converted to np.float32, and larger types are converted to np.float64.
Preserving float32 when possible, and using in-place operations,
greatly improves speed for large arrays.


Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé