On this page
pandas.Series.plot.line
Series.plot.line(**kwds)
[source]-
Line plot.
Parameters: -
`**kwds` : optional
-
Additional keyword arguments are documented in
pandas.Series.plot()
.
Returns: -
axes : matplotlib.axes.Axes or numpy.ndarray of them
Examples
>>> s = pd.Series([1, 3, 2]) >>> s.plot.line()
-
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.24.2/reference/api/pandas.Series.plot.line.html