Matplotlib subplot


  • Generates a separate graph, but when saving to disk, the image is blank

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