fig = plt.figure()
ax1 = fig.add_subplot(2,3,1)
ax1.plot(x,y)
ax2 = fig.add_subplot(2,3,2)
ax2.scatter(x,y)