Matplotlib subplot


fig, ax = plt.subplots() ax.plot( [ 1, 2, 3, 4 ], [ 10, 3, 45, 5 ], )