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é
Module « matplotlib.pyplot »

Fonction switch_backend - module matplotlib.pyplot

Signature de la fonction switch_backend

def switch_backend(newbackend: 'str') -> 'None' 

Description

help(matplotlib.pyplot.switch_backend)

Set the pyplot backend.

Switching to an interactive backend is possible only if no event loop for
another interactive backend has started.  Switching to and from
non-interactive backends is always possible.

If the new backend is different than the current backend then all open
Figures will be closed via ``plt.close('all')``.

Parameters
----------
newbackend : str
    The case-insensitive name of the backend to use.



Vous êtes un professionnel et vous avez besoin d'une formation ? Mise en oeuvre d'IHM
avec Qt et PySide6
Voir le programme détaillé