timeatlas.plots.time_series.line_plot¶
-
timeatlas.plots.time_series.
line_plot
(ts: TimeSeries, context: str = 'paper', *args, **kwargs) → Any¶ Plot a TimeSeries
This is a wrapper around Pandas.Series.plot() augmented if the TimeSeries to plot has associated Metadata.
- Parameters
ts – the TimeSeries to plot
context – str defining on which medium the plot will be displayed
*args – positional arguments for Pandas plot() method
**kwargs – keyword arguments fot Pandas plot() method
- Returns
matplotlib.axes._subplots.AxesSubplot