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 ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé
Module « matplotlib.pyplot »

Fonction clabel - module matplotlib.pyplot

Signature de la fonction clabel

def clabel(CS: 'ContourSet', levels: 'ArrayLike | None' = None, **kwargs) -> 'list[Text]' 

Description

help(matplotlib.pyplot.clabel)

Label a contour plot.

Adds labels to line contours in given `.ContourSet`.

Parameters
----------
CS : `.ContourSet` instance
    Line contours to label.

levels : array-like, optional
    A list of level values, that should be labeled. The list must be
    a subset of ``CS.levels``. If not given, all levels are labeled.

**kwargs
    All other parameters are documented in `~.ContourLabeler.clabel`.

Notes
-----

.. note::

    This is the :ref:`pyplot wrapper <pyplot_interface>` for `.axes.Axes.clabel`.


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é