s = ps.Series([1, 3, 2]) s.plot.hist() # doctest: +SKIP