atur ukuran gambar mapltotlib pyplot

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