patches

File Purpose: tools related to drawing (and maybe animating) 2D patches.

Classes

LimsPatchPlotElement(params, *[, ax, transform])

plot a rectangle patch, from xmin, xmax, ymin, ymax, instead of x0, y0, width, height.

PatchPlotElement(params, *[, ax, transform])

plot a 2D Patch.

RectanglePatchPlotElement(params, *[, ax, ...])

plot a rectangle patch.

XarrayLimsPatch(ds[, t, ax, init_plot])

MoviePlotNode of 2D rectangle, from xmin, xmax, ymin, ymax, instead of x0, y0, width, height.

XarrayPatch(ds[, t, ax, init_plot])

MoviePlotNode of 2D patch.

XarrayRectanglePatch(ds[, t, ax, init_plot])

MoviePlotNode of 2D rectangle.