import pandas as pd x = pd.Series({'A':1, 'B':3, 'C':2})
x.plot(kind='bar', title='Sample plot')
<AxesSubplot:title={'center':'Sample plot'}>