verkkofillet.pp.calNodeDepth

Contents

verkkofillet.pp.calNodeDepth#

verkkofillet.pp.calNodeDepth(obj, width=8, height=5, save=True, figName=None, dpi=300, force=False)[source]#

Plot the depth of nodes in the graph.

Parameters:
  • obj (object) – The VerkkoFillet object.

  • width (int) – The width of the plot. Default is 8.

  • height (int) – The height of the plot. Default is 5.

  • save (bool) – Whether to save the plot. Default is True.

  • figName (str) – The name of the figure file. Default is None.

  • dpi (int) – The resolution of the figure. Default is 300.