mulink.plotting.PlotAccessor#
- class mulink.plotting.PlotAccessor(link)#
Plotting accessor for mulink
Methods table#
|
Plot adjacency matrix of object |
|
Plot graph of mulink mapping |
Methods#
- PlotAccessor.adjacency_matrix(key='feature_mapping', cmap=<matplotlib.colors.ListedColormap object>, ax=None, *, label=False, mod_limits=True)#
Plot adjacency matrix of object
- Return type:
Axes
- PlotAccessor.graph(key='feature_mapping', pos=None, ax=None, **kwargs)#
Plot graph of mulink mapping
- Return type:
Axes
Notes
This method is expensive and only recommended for small subsets of the data