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 ? RAG (Retrieval-Augmented Generation)
et Fine Tuning d'un LLM
Voir le programme détaillé
Classe « Line2D »

Méthode matplotlib.pyplot.Line2D.set_fillstyle

Signature de la méthode set_fillstyle

def set_fillstyle(self, fs) 

Description

help(Line2D.set_fillstyle)

Set the marker fill style.

Parameters
----------
fs : {'full', 'left', 'right', 'bottom', 'top', 'none'}
    Possible values:

    - 'full': Fill the whole marker with the *markerfacecolor*.
    - 'left', 'right', 'bottom', 'top': Fill the marker half at
      the given side with the *markerfacecolor*. The other
      half of the marker is filled with *markerfacecoloralt*.
    - 'none': No filling.

    For examples see :ref:`marker_fill_styles`.


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é