Hi everyone, I hope someone could help me.
I have an adjacency_matrix (A) and I need to graph the line_graph of
(A). I use commands as follows
A : ([0000111],[...], ... ,[...])
a:from_adjacency_matrix(A)
draw_graph(line_graph(a), programs=planar_embedding)
All works fine, but i need to colorize the multiple members. If I want
to draw the graph of (a) i have a certain number of edges and vertex.
One of those vertex has (for instance) multiplicity n meaning that n
edges converge in it. When i plot the line_graph of (a) the
n-multiplicity vertex of graph become a polygon with n sides.
Is there the possibility to fill or hatch these polygons with any option
in draw_graph function?
PS: sorry for my awful English :)
MR
-------------- next part --------------
A non-text attachment was scrubbed...
Name: face-smile.png
Type: image/png
Size: 873 bytes
Desc: not available
URL: <http://www.math.utexas.edu/pipermail/maxima/attachments/20100720/845f77d0/attachment.png>