earthkit.plots.climatology¶
Climatology (annual-cycle) plots. Accessed as ekp.climatology on the
top-level earthkit.plots package.
- earthkit.plots.climatology[source]¶
Bases:
objectShortcuts for climatology (annual-cycle) plots.
- line(*args, **kwargs)[source]¶
Plot an annual cycle as lines.
Equivalent to the
climatologyquickplot function withplot="line". Accepts all parameters ofearthkit.plots.quickplot.climatology().
- scatter(*args, **kwargs)[source]¶
Plot an annual cycle as scatter points.
Equivalent to the
climatologyquickplot function withplot="scatter". Accepts all parameters ofearthkit.plots.quickplot.climatology().