wgPlot - Weighted Graph Plot (a better version of gplot)

버전 1.7.0.0 (185 KB) 작성자: Mike Wu
Plot graphs with weighted vertices and weighted edges from a weighted adjacency matrix.
다운로드 수: 6.2K
업데이트 날짜: 2009/6/23

라이선스 보기

Plot graphs just like gplot. But allow user to input an adjacency matrix with weighted edges and/or weighted vertices. The Edge weights are mapped to a colormap. The vertex weights are proportional to the vertex size. Using parameter-value pairs, user can even specify the vertex scaling factor, edge width, and the colormap used to show other meta data associated with the vertices. (Couple of the graph included as example were from David Gleich's matlabBGL package.)

인용 양식

Mike Wu (2024). wgPlot - Weighted Graph Plot (a better version of gplot) (https://www.mathworks.com/matlabcentral/fileexchange/24035-wgplot-weighted-graph-plot-a-better-version-of-gplot), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Graph and Network Algorithms에 대해 자세히 알아보기
도움

받음: gplotwl, MatlabBGL

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.7.0.0

included a missing helper function prh.m

1.6.0.0

fix bug on plotting colored/sized markers over the default marker when user specify the vertex weight/meta data.

1.5.0.0

Fixes a minor but that plots all the vertices even when some of them are not connected to any other vertices. Now it only plots vertices that have connections by default when the adjacency matrix has lot of row/columns with no connections.

1.4.0.0

Added a missing helper file for setting the plot area for plotting the graph. Also updated wgPlot to include parameter-value pairs for specifying the marker style.

1.3.0.0

Added an missing auxiliary file for setting the axes' plot area. And updated the wgPlot to include a parameter for changing the marker style.

1.0.0.0