Matplotlib

Random number: 94


    import matplotlib.pyplot as plt
    plt.plot([x-array of values], [y-array of values])
    plt.axis([xmin, xmax, ymin, ymax])
    plt.savefig("figname.png")
    plt.show() #This clears the plt, so we can make more plots