import pandas as pd import numpy as np import matplotlib.pyplot as plt s = pd.Series(np.random.uniform(size=100)) s.plot() plt.show()