iris.plot.scatter(x='sepal_length', y='sepal_width', c='petal_length', s=100)
df.plot.scatter(x='A', y='B')