Ustaw rozmiar obrazu Mapltotlib Pyplot

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