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:

  • Rank_model::plot_matrix() for the matrix plot of a rank models

  • Graph_generator::plot_proba_function() for the matrix plot of a Graph ER_generator

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

Individual models

viz.plot_adjacency_matrix(g[, nodeOrder])

Plot a matrix of the graph

viz.spider_plot(df[, categories, reference])

Plot a spider plot for each row of df