Graphviz: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 9: Line 9:
* web editor: https://dot-to-ascii.ggerganov.com/
* web editor: https://dot-to-ascii.ggerganov.com/


Graphviz works with '''nodes''' and '''edges'''.
==Nodes and edges==


Nodes:
Graphviz works with '''nodes''' and '''edges''':


* [https://graphviz.org/docs/nodes/ nodes attributes]
* [https://graphviz.org/docs/nodes/ nodes attributes]
* [https://graphviz.org/doc/info/shapes.html node shapes]
* [https://graphviz.org/doc/info/shapes.html node shapes]
Edges:
* [https://graphviz.org/docs/edges/ edge attributes]
* [https://graphviz.org/docs/edges/ edge attributes]



Revision as of 09:37, 10 October 2023

https://graphviz.org

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.

Nodes and edges

Graphviz works with nodes and edges: