Closed. This question is seeking recommendations 开发者_运维问答for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I want to create a graph like the one shown below... but way too complex. I want to use separate images for each of the square nodes and the same image for each of the circle nodes.开发者_StackOverflo
I just found out about Flare actionscrip开发者_StackOverflowt library and was thinking of using it for a couple or projects.
I\'m using dot + GraphViz for the first time to help with planning out a graph DB schema. As I add more nodes, the output is looking less than ideal. In particular, the languages and countries are lo
I have a Graph in Python like this one: # Each element is a tuple with coordinates (x,y,z). # The index is the id of the vertex
Is there a simple way to do the following in Mathe开发者_如何学Gomatica 8? Construct a graph, and display it using some graph layout.
I am drawing a graph with graphviz. Even though I have penwidth=0 for the nodes, I still see the node boundary. How do I ge开发者_运维百科t rid of the node boundary?
Is there some way to visualise the GnuPG web of trust? With my (or any other) key in the middle, with the signed keys in the first circle, the trustpersons\' trustpe开发者_如何学运维rsons in the next
I would like to draw a circular graph of nodes where certain nodes have a link between them. Here are a few examples from social network graphs:
I\'ve been handed a project that consists of several dozen (probably over 100, I haven\'t counted) bash scripts.Most of the scripts make at least one call to another one of the scripts.I\'d like to ge