Plotting tool for weighted digraphs

2 vues (au cours des 30 derniers jours)
Paul Fishback
Paul Fishback le 16 Jan 2015
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.

Réponse acceptée

Kelly Kearney
Kelly Kearney le 16 Jan 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).

Plus de réponses (2)

Paul Fishback
Paul Fishback le 16 Jan 2015
Thanks so much. I just tried out the gplotcolor.m and feel it shouldn't be too hard to visually convey the weight magnitudes by adjusting the values of cmap.
Just to make sure I understand the convention: A counter-clockwise connecting points A and B indicates the arc is directed FROM A to B.
  1 commentaire
Kelly Kearney
Kelly Kearney le 16 Jan 2015
Yes, that's the convention.

Connectez-vous pour commenter.


Steven Lord
Steven Lord le 5 Juin 2017
For future reference, if you're using release R2015b or later I recommend creating a digraph object and calling plot on it.

Catégories

En savoir plus sur Graph and Network Algorithms dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by