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.
Shape
Simple example
digraph MainLoop {
now_time -> duration -> pre_time -> lag -> check_lag;
check_lag -> update_loop;
check_lag -> render;
update_loop -> render;
}
Bidirectional edges
OR:
List of UML Software
AmaterasUML, ArgoUML, BOUML, Chart Mage, D2, Dia, DotUML, EclipseUML, GenMyModel, Graphviz, Green UML, LaTeX to UML, MermaidJS, Modelio, NClass, Nomnoml, ObjectAid, PlantUML, StarUML, TextUML, Textual UML tools for Sequence diagrams, Together, UML Graph, USE, Umbrello UML Modeller, Umple, Violet UML Editor, Visio, ZenUML, eUML2 Free, yUML |
See also
Favorite site
Documentation
Web Interface
How to use
- [추천] Graphviz 소개
- 옷장수네 집 - Graphviz
- Drawing Graphs using Dot and Graphviz
- GraphViz for discrete math students
- graphviz를 이용해 그림 그리기
- Flow charts in code: enter graphviz and the "dot" language
C/C++ API
Online demo
- GraphvizFiddle web site - GraphvizFiddle draws DOT language directed graphs.
- [추천] Text to diagram (D2 vs MermaidJS vs Graphviz vs PlantUML 도구 비교)