Re: How to convert a matrix into a graph?
- To: mathgroup at smc.vnet.net
- Subject: [mg37809] Re: How to convert a matrix into a graph?
- From: Bill Rowe <listuser at earthlink.net>
- Date: Wed, 13 Nov 2002 01:13:02 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
On 11/12/02 at 3:13 AM, jiaguo at uiuc.edu (Jia Guo) wrote: >My problem is how a matrix can be converted into a graph so that each >element in the matrix represents dot: The value of the element is >corresponding to the darkness of the dot. The position of the element >in the matrix is corresponding to the position of the dot in the >graph. Try ListDensityPlot[Reverse[mat],Mesh->False]