eelbrain.plot.Boxplot.image
- Boxplot.image(name=None, format=None, close=None)
Create FMTXT Image from the figure
- Parameters:
name (str) – Name for the file (without extension; default is ‘image’).
format (str) – File format. For HTML, use
svgfor vector graphics andpngfor pixel graphics. The default issvgand can be changed withconfigure()).close (bool) – Close the figure after writing to the
image. By default, this isTruewhen in an inline context (Jupyter notebook),Falseotherwise).
- Returns:
image – Image FMTXT object.
- Return type: