Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 742 Bytes

Visualization.rst

File metadata and controls

23 lines (14 loc) · 742 Bytes

Visualization

The Structify_net library use mainly two types of visualizations: matrices and spider-plots.

Visualizations of the matrix plot of a particular model can be done by calling the corresponding functions from the corresponding classes:

.. currentmodule:: structify_net


The visualization submodule (:mod:`structify_net.viz`) contains also functions to plot adjacency matrices and spider-plots.

Individual models

.. autosummary::
   :toctree: generated/

    viz.plot_adjacency_matrix
    viz.spider_plot