inline

Contents

inline#

treescope.figures.inline(*subfigures: Any, wrap: bool = False) figures_impl.TreescopeFigure[source]#

Returns a figure that arranges a set of displayable objects along a line.

Parameters:
  • *subfigures – Subfigures to display inline.

  • wrap – Whether to wrap (insert newlines) between words at the end of a line.

Returns:

A figure which can be rendered in IPython or used to build more complex figures.