开发者

graphviz

0
  • Rendering directed graphs in a browser

    I need to render Graphviz DOT graphs in a browser. I also need some interactive functionality such 开发者_如何学Cas allowing node names to be hyperlinks.[详细]

    2023-01-06 08:04 分类:问答
  • How to write custom arrowheads in Graphviz

    I use Graphviz (mainly dot and fdp) to automatically generate开发者_JS百科 some diagrams that I need. For these diagrams I need some special arrowheads that are not a part of the standard collection o[详细]

    2023-01-05 22:51 分类:问答
  • Indenting Java Output

    I am generating a graphv开发者_JS百科iz DOT file in a Java program (here is a example of what one looks like: http://www.graphviz.org/Gallery/directed/cluster.html). I want to automatically indent thi[详细]

    2023-01-05 13:01 分类:问答
  • How to assign the same style to a group of edges?

    I\'ve got a graph that I want graphviz to layout and visualize for me. The graph has 122 edges and 123 nodes. The edges are of 4 different kin开发者_如何转开发ds and I want them to be visually disting[详细]

    2023-01-04 17:57 分类:问答
  • Writing contents of file to HTML page with Javascript

    I\'m using graphviz to generate a client s开发者_StackOverflow中文版ide imagemap, which generates both the image file and a text file containing the map HTML code. Is there anyway I can dynamically re[详细]

    2023-01-03 10:19 分类:问答
  • Calling Graphviz dot from Java

    What\'s the best way to call an external p开发者_StackOverflow中文版rogram (graphviz\'s dot in this case) from a Java program and grab the output?You can use the Graphviz Java API class which is a wra[详细]

    2023-01-03 09:35 分类:问答
  • GUI editor for DOT language (Mac OS)

    i have a problem. I need to create pure diagram for my project (Django). I use django-extensions to generate DOT diagram. Diagram is very pure, but now i want to add for example comments on this diagr[详细]

    2023-01-03 07:13 分类:问答
  • Straight edge between clusters in Graphviz

    I\'m trying to have an edge between clusters in Graphviz where the edge does not affect the ranking. This looks fine:[详细]

    2023-01-02 17:02 分类:问答
  • Ruby GraphViz Binary Tree Record

    I\'m using the ruby-graphviz gem and I\'m trying to draw binary trees. I\'d like to use the record shape so that each node can have a left, middle, and right field and, thus, if there are two edges le[详细]

    2023-01-01 20:37 分类:问答
  • complicated graphviz tree structure

    I am trying to create a tree structure with graphviz. I am open to either writing the graphviz code by hand or using the ruby-graphviz gem for ruby. Given the below pictu开发者_StackOverflow中文版re c[详细]

    2022-12-31 06:29 分类:问答