From: John H. <jdh...@ac...> - 2005-12-10 18:47:03
|
>>>>> "Mike" == Mike Dewhirst <mi...@de...> writes: Mike> The entities are linked with named n:m relationships and I'd Mike> like to select one and display it in a box (with the entity Mike> name) and all related entities likewise in boxes linked to Mike> each other by lines representing the relationships tagged Mike> with the names of those relationships. matplotlib may not be the best choice (someone already pointed you to graphviz and pydot). See also pyx. But there is a graph drawing module for matplotlib -- see http://networkx.sf.net JDH |