df = ps.DataFrame({'lab': ['A', 'B', 'C'], 'val': [10, 30, 20]}) df.val.plot.barh() # doctest: +SKIP