In [ ]:
import matplotlib.pyplot as plt
In [ ]:
plt.plot([10, 12, 30, 25, 5])
plt.title("A Plot")