plot_dims

File Purpose: methods related to dims for plotting.

See also: DEFAULTS.DIMS_INFER

Functions

infer_movie_dim(dims[, dim, exclude, fail_ok])

infer the dimension which movie frames should index.

infer_xy_dims(dims[, x, y, exclude, fail_ok])

infer x and y dims from dims, if not provided.

infer_xyt_dims(dims, *[, x, y, t, exclude, ...])

infer x, y, and t dims from dims, if not provided.

Classes

PlotDimsMixin()

adds methods for inferring plot dims, and properties for plot dims.