shnitsel.vis.plot.time

General timeplots – use on anything with a time coordinate

Functions

set_axes(data[, ax])

plot_single(data[, ax])

plot_ci(data[, ax])

plot_many(data[, ax])

plot_shaded(data, ax)

timeplot(data[, ax, trajs, sep])

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)