In [1]:
import matplotlib.pyplot as plt
%matplotlib inline

In [2]:
values=[0, 10, 20, 20]

In [3]:
ax = plt.plot(values)