labels

File Purpose: labels, e.g. titles, suptitles

Functions

title_from_coords(array[, cnames, width, ...])

return a decent title from scalar coords.

xarray_suptitle_plot_node(array[, ...])

create a MoviePlotNode for a suptitle associated with an xarray.DataArray.

xarray_title_plot_node(array[, base_text, ...])

create a MoviePlotNode for a title associated with an xarray.DataArray.

Classes

MovieText(txt, frame_to_text, **kw_super)

MoviePlotNode for a Text object.

TextPlotElement(txt, **kw_super)

MoviePlotElement for Text object.

XarraySubplotTitlesInferer(array[, t, row, col])

infers base titles & suptitle to use for subplots.

XarrayText(array, txt[, t, base_text])

MoviePlotNode managing text associated with an xarray.DataArray.