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é
Classe « SubFigure »

Constructeur matplotlib.figure.SubFigure.__init__

Signature de la constructeur __init__

def __init__(self, parent, subplotspec, *, facecolor=None, edgecolor=None, linewidth=0.0, frameon=None, **kwargs) 

Description

help(SubFigure.__init__)

Parameters
----------
parent : `.Figure` or `.SubFigure`
    Figure or subfigure that contains the SubFigure.  SubFigures
    can be nested.

subplotspec : `.gridspec.SubplotSpec`
    Defines the region in a parent gridspec where the subfigure will
    be placed.

facecolor : default: ``"none"``
    The figure patch face color; transparent by default.

edgecolor : default: :rc:`figure.edgecolor`
    The figure patch edge color.

linewidth : float
    The linewidth of the frame (i.e. the edge linewidth of the figure
    patch).

frameon : bool, default: :rc:`figure.frameon`
    If ``False``, suppress drawing the figure background patch.

Other Parameters
----------------
**kwargs : `.SubFigure` properties, optional

    Properties:
    agg_filter: a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array and two offsets from the bottom left corner of the image
    alpha: scalar or None
    animated: bool
    clip_box: `~matplotlib.transforms.BboxBase` or None
    clip_on: bool
    clip_path: Patch or (Path, Transform) or None
    dpi: float
    edgecolor: :mpltype:`color`
    facecolor: :mpltype:`color`
    figure: unknown
    frameon: bool
    gid: str
    in_layout: bool
    label: object
    linewidth: number
    mouseover: bool
    path_effects: list of `.AbstractPathEffect`
    picker: None or bool or float or callable
    rasterized: bool
    sketch_params: (scale: float, length: float, randomness: float)
    snap: bool or None
    transform: `~matplotlib.transforms.Transform`
    url: str
    visible: bool
    zorder: float


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é