Définir la taille de l'image Mapltotlib Pyplot

import matplotlib.pyplot as plt
plt.rcParams["figure.figsize"] = (20,3)
Xanthous Xenomorph