zoukankan      html  css  js  c++  java
  • Graphviz

    Graphviz | Graphviz - Graph Visualization Software

    Graphviz

    Welcome to Graphviz

     Available translations: Belorussian, Romanian, Russian

    What is Graphviz?

    Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics,  software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.

     Cluster

    Features

    The Graphviz layout programs take descriptions of graphs in a simple text language, and make diagrams in useful formats, such as images and SVG for web pages, PDF or Postscript for inclusion in other documents; or display in an interactive graph browser. (Graphviz also supports GXL, an XML dialect.)  Graphviz has many useful features for concrete diagrams, such as options for colors, fonts, tabular node layouts, line styles, hyperlinks, rolland custom shapes.

    Roadmap

    dot"hierarchical" or layered drawings of directed graphs. This is the default tool to use if edges have directionality.
    neato"spring model'' layouts.  This is the default tool to use if the graph is not too large (about 100 nodes) and you don't know anything else about it. Neato attempts to minimize a global energy function, which is equivalent to statistical multi-dimensional scaling.
    fdp"spring model'' layouts similar to those of neato, but does this by reducing forces rather than working with energy.
    sfdpmultiscale version of fdp for the layout of large graphs.
    twopiradial layouts, after Graham Wills 97. Nodes are placed on concentric circles depending their distance from a given root node.
    circocircular layout, after Six and Tollis 99, Kauffman and Wiese 02. This is suitable for certain diagrams of multiple cyclic structures, such as certain telecommunications networks.

    Download

    The current release of Graphviz can be downloaded here: Download

    Documentation

    Documentation is available in the released package and from here: Documentation

    Wiki

    There is a wiki main page for registered users that explains how to create a new page and add formatting and links.

    Bug And Issue Tracking

    Reported Graphviz bugs and issues may be viewed by visiting the Issue Tracker.

    If you are a registered Graphviz user, you may also report bugs and issues that you are aware of. Search for the issue you would like to report before hand  in order to avoid duplicate entries.

     

  • 相关阅读:
    wxWidgets中wxDateTime与wxString的互操作
    wxWidgets文件操作(六)
    wxWidgets文件操作(三)wxFileDialog与wxTextCtrl
    终于完成词频统计小程序~
    我的第一个c#工程~
    Word frequency program的进展
    List Find和BinarySearch性能比较
    堆和栈
    Java工程师初学Android(四)(转)
    Java中static、this、super、final用法(转http://chytmaths.blog.163.com/blog/static/29482972200610125744333/)
  • 原文地址:https://www.cnblogs.com/lexus/p/2438974.html
Copyright © 2011-2022 走看看