shnitsel.vis.plot.time¶
General timeplots – use on anything with a time coordinate
Functions¶
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- set_axes(data, ax=None)¶
- plot_single(data, ax=None)¶
- plot_ci(data, ax=None)¶
- plot_many(data, ax=None)¶
- plot_shaded(data, ax)¶
- timeplot(data, ax=None, trajs=None, sep=False)¶
- Parameters:
data (xarray.DataArray)
ax (matplotlib.pyplot.Axes | None)
trajs (Literal['ci', 'shade', 'conv', None])
sep (bool)