timeatlas.plots.time_series.
line_plot
Plot a TimeSeries
This is a wrapper around Pandas.Series.plot() augmented if the TimeSeries to plot has associated Metadata.
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
matplotlib.axes._subplots.AxesSubplot