bpd.Series.plot

Series.plot(*args, **kwargs)[source]

Series plotting accessor and method.

Examples

>>> s.plot.line()
>>> s.plot.bar()
>>> s.plot.hist()