Hi experts!

I have: 

* a list of Q 'NODES'=[(x,y)_1,........, (x,y)_Q], where each element 
(x,y) represent the spatial position of the node in 2D Cartesian space.
* a matrix 'H' with QxQ elements {H_k,l}. 
H_k,l=0 if nodes 'k' and 'l' aren't joined by a edge, and H_k,l = the length of 
the edge that connects these nodes.
* a matrix 'Z' with QxQ elements {Z_k,l}. 
Z_k,l=0 if nodes 'k' and 'l' aren't joined by a edge, and Z_k,l = intensity_k,l 
(a intensity scale of the edge, 0<intensity<I-max) if these nodes are connected.

I want to draw the nodes in their spatial position, connected by the edges, and 
use a color scale for the 'intensity'.

How must I do that?

Waiting for your answers.

Thanks a lot!

Best regards,
José Luis
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to