eelbrain.fmtxt.Report.add_figure

Report.add_figure(caption, content=None, options=None)

Add a figure frame to the section

Parameters:
  • caption (FMTextLike) – Figure caption.

  • content (FMTextLike) – Figure content.

  • options (dict) – HTML options for <figure> tag.

Returns:

figure – Figure object that was added.

Return type:

Figure

See also

add_image_figure

add figure with a single image