5,418
edits
Changes
m
with the filename extension gv or dot. The extension gv is preferred, to avoid confusion with the extension dot used by versions of Microsoft Word template files before 2007.
→Graphviz: Links and clarifications
[https://en.m.wikipedia.org/wiki/VCard vCard], also known as VCF (Virtual Contact File), is a file format standard for electronic business cards.
==Graphviz==
[https://wikipedia.org/wiki/Graphviz Graphviz] (Graph Visualization) Software suite of open source software ([https://www.graphviz.org/download/ Download page])
'''[https://wikipedia.org/wiki/DOT_(graph_description_language) DOT ]''' is the text file format graph description language of the suite GraphViz. It has a human-readable syntax that describes network data, including subgraphs and elements appearances (i.e. color, width, label). '''DOT graphs''' can also be imported into [https://wikipedia.org/wiki/NetworkXNetworkX], [https://wikipedia.org/wiki/Tulip_(software) Tulip ] or [http://zvtm.sourceforge.net/zgrviewer.html ZGRViewer ]. Files are typically indicated with the <code>.gv</code> or <code>.dot</code> filename extensions. The extension [https://wikipedia.org/w/index.php?title=.gv&redirect=no <code>.gv</code>] is preferred. (This avoids confusion with the extension [https://wikipedia.org/wiki/.dot <code>.dot</code>] also used for Microsoft Word ''template'' files prior to 2007.) However, the DOT language can import DOT files as wellbe converted to several object-oriented graphics formats.
==SVG==
Scalable Vector Graphics (SVG) is an Extensible Markup Language (XML)-based vector image format for two-dimensional graphics with support for interactivity and animation.