eelbrain.plot.LineStack.image
- LineStack.image(name=None, format=None, close=None)
Create FMTXT Image from the figure
- Parameters
name (
Optional
[str
]) – Name for the file (without extension; default is ‘image’).format (
Optional
[str
]) – File format. For HTML, usesvg
for vector graphics andpng
for pixel graphics. The default issvg
and can be changed withconfigure()
).close (
Optional
[bool
]) – Close the figure after writing to theimage
. By default, this isTrue
when in an inline context (Jupyter notebook),False
otherwise).
- Returns
image – Image FMTXT object.
- Return type