dependency_map#
- ModelsDict.dependency_map(ax=None, figsize=None, deep=False, style='shell')[source]#
Create a graph of the dependency graph in a decent format
- Parameters:
ax (matplotlib.axis, optional) – Matplotlib axis object on which dependency map is to be drawn.
figsize (tuple, optional) – Tuple containing frame size.
See also