SyntaxFix
Write A Post
Hire A Developer
Questions
My solution is
fig = plt.figure() fig.add_subplot(1, 2, 1) #top and bottom left fig.add_subplot(2, 2, 2) #top right fig.add_subplot(2, 2, 4) #bottom right plt.show()