import matplotlib.pyplot as plt import randomplt.plot(range(100), [random.randint(0, 1000) for _ in range(100)])