Matplotlib SaveFig Cutting Graph

import matplotlib.pyplot as plt

plt.gcf().subplots_adjust(bottom=0.15)
Jealous Jay