Plotting tool for weighted digraphs
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Paul Fishback
il 16 Gen 2015
Risposto: Steven Lord
il 5 Giu 2017
I'm looking a tool to plot a weighted, directed graph, specifically one represented by a 44-by-44 matrix having nonnegative entries. I'm allowing for self-loops.
Whether the plot has actual arrows is not that important to me--I just want something that conveys the overall strength of directed associations.
I know about wgplot for weighted graphs, but I need something that also shows directionality.
0 Commenti
Risposta accettata
Kelly Kearney
il 16 Gen 2015
Perhaps gplotcolor.m or gplotpoly could help? The latter is more flexible, but it requires you to download a few of my other functions as well. (I'm in the process of moving my code off of that website and onto GitHub, with all dependencies packaged together, but that one hasn't been moved yet, sorry).
0 Commenti
Più risposte (2)
Steven Lord
il 5 Giu 2017
For future reference, if you're using release R2015b or later I recommend creating a digraph object and calling plot on it.
0 Commenti
Vedere anche
Categorie
Scopri di più su Graph and Network Algorithms in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!