Skip to content

Documents · Verb reference

plot_mean

Plot mean and variance cubes with synchronized controls.

Callable type: Grammar verb / pipe stage · Browse: Visualization

Usage

from cubedynamics import verbs as v
v.plot_mean(da=None, *, dim='time', ddof=1, **options)

Arguments

Argument Meaning Default
da See implementation docstring below; no parameter-specific description supplied. None
dim See implementation docstring below; no parameter-specific description supplied. 'time'
ddof See implementation docstring below; no parameter-specific description supplied. 1
options See implementation docstring below; no parameter-specific description supplied. forwarded arguments

Accepts

Consult the input parameters and implementation notes below. This namespace also includes direct helpers, not only pipe factories.

Returns

The public docstring does not specify a return contract. Do not assume a pipe-ready return; consult the linked implementation.

Order / grammar behavior

A pipe passes the preceding result to the next callable. Confirm that the previous step's dimensions and semantic state satisfy the input contract. Reductions can remove dimensions; plotting may produce side effects.

Minimal example

A standalone, reviewed real-data example is not yet available for this helper. See the linked workflow and implementation notes; this reference does not substitute generated observations or invent an executable example.

Works with

Use only the input types documented by this callable; not every helper accepts every noun or VirtualCube.

See also

Implementation notes

No additional implementation notes in the current docstring.

Implementation source. Signatures and descriptions on this page are generated from this checkout, not hand-maintained copies.