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 ? Machine Learning
avec Scikit-Learn
Voir le programme détaillé
Classe « TightLayoutEngine »

Méthode matplotlib.figure.TightLayoutEngine.set

Signature de la méthode set

def set(self, *, pad=None, w_pad=None, h_pad=None, rect=None) 

Description

help(TightLayoutEngine.set)

Set the pads for tight_layout.

Parameters
----------
pad : float
    Padding between the figure edge and the edges of subplots, as a
    fraction of the font size.
w_pad, h_pad : float
    Padding (width/height) between edges of adjacent subplots.
    Defaults to *pad*.
rect : tuple (left, bottom, right, top)
    rectangle in normalized figure coordinates that the subplots
    (including labels) will fit into.


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é