earthkit.plots.climatology

Climatology (annual-cycle) plots. Accessed as ekp.climatology on the top-level earthkit.plots package.

earthkit.plots.climatology[source]

Bases: object

Shortcuts for climatology (annual-cycle) plots.

line(*args, **kwargs)[source]

Plot an annual cycle as lines.

Equivalent to the climatology quickplot function with plot="line". Accepts all parameters of earthkit.plots.quickplot.climatology().

scatter(*args, **kwargs)[source]

Plot an annual cycle as scatter points.

Equivalent to the climatology quickplot function with plot="scatter". Accepts all parameters of earthkit.plots.quickplot.climatology().

bar(*args, **kwargs)[source]

Plot an annual cycle as bars.

Equivalent to the climatology quickplot function with plot="bar". Accepts all parameters of earthkit.plots.quickplot.climatology().

fill_between(*args, **kwargs)[source]

Fill the area between two annual-cycle curves.

Equivalent to the climatology quickplot function with plot="fill_between". Accepts all parameters of earthkit.plots.quickplot.climatology().