pyFDN.plot_flamo_graph#

pyFDN.plot_flamo_graph(model, *, name='flamo', ax=None, scale=0.85, fontsize=9.0)[source]#

Draw the FLAMO model signal flow with matplotlib.

Signal flows left to right; only the feedback path of a Recursion flows right to left, drawn below the forward path with a loop back to a sum node at the forward path’s input.

Parameters:
  • model (FLAMO model (Shell, Series, Parallel, Recursion, or dsp module))

  • name (str) – Name for the root node.

  • ax (matplotlib Axes, optional) – Draw into this axes; otherwise a new figure sized to the layout is created.

  • scale (float) – Inches per layout unit when creating a new figure.

  • fontsize (float) – Base font size for leaf labels.

Returns:

ax

Return type:

matplotlib Axes