Matplotlib Plot Retira les marges

import matplotlib.pyplot as plt
plt.subplots_adjust(left=0, right=1, top=1, bottom=0)
Annoying Armadillo