Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 361 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 361 Bytes

plot_sparse

Plot a graph from a sparse matrix in Matrix Market format.

Requirement

The script uses ngraph library and Graphvis. Dependencies are resolved by the script.

Installation

bash install.sh

Plotting

bash plot.sh Matrix.mtx Upon successful running, there will be a png file called out.png that shows the visual form of the matrix.