Matplotlib Clear Plot

import matplotlib.pyplot as plt

plt.clf()
Difficult Dormouse