eelbrain.fmtxt.Section.add_figure
- Section.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
See also
add_image_figure
add figure with a single image