MCPcopy Index your code
hub / github.com/ellson/MOTHBALLED-graphviz

github.com/ellson/MOTHBALLED-graphviz @stable_release_2.40.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release stable_release_2.40.1 ↗ · + Follow
9,324 symbols 27,459 edges 1,163 files 1,776 documented · 19%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Graphviz - Graph Visualization Tools

Linux build status Windows Build Status

from AT&T Research and Lucent Bell Labs * http://www.graphviz.org/

See doc/build.html within the source tree or http://ellson.github.io/graphviz/doc/html/build.html for prerequisites and detailed build notes.

master GIT Repository

The master GIT Repository for graphviz can be found at: * http://github.com/ellson/graphviz/

Documentation

The Graphviz documents are currently hosted at http://ellson.github.io/graphviz/doc/html/index.html

Graph Visualization ( http://www.graphviz.org/About.php )

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.

Graphviz is open source graph visualization software. It has several main layout programs. See the gallery for sample layouts. It also has web and interactive graphical interfaces, and auxiliary tools, libraries, and language bindings. We're not able to put a lot of work into GUI editors but there are quite a few external projects and even commercial tools that incorporate Graphviz. You can find some of these in the Resources section.

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 has many useful features for concrete diagrams, such as options for colors, fonts, tabular node layouts, line styles, hyperlinks, and custom shapes.

In practice, graphs are usually generated from an external data sources, but they can also be created and edited manually, either as raw text files or within a graphical editor. (Graphviz was not intended to be a Visio replacement, so it is probably frustrating to try to use it that way.)

Contacts

If you have a bug or believe something is not working as expected, please submit a bug report ( https://github.com/ellson/graphviz/issues ).

If you have a general question or are unsure how things work, please consider posting first to the Graphviz mailing list ( http://www.graphviz.org/MailingList.php ) or on the user forum ( http://www.graphviz.org/forums/general-discussion ). We follow these, but there are also many users who might be able to respond to you better or faster than we can. Please do not send detailed bug reports there.

John Ellson

Extension points exported contracts — how you extend this code

DotAttr (Interface)
Super Interface for all Attributes @since Mon Oct 27 20:32:40 2003 @author Florian Liekweg <liek [8 implementers]
contrib/java-dot/dot/DotAttr.java
IMenus (Interface)
document forms need to declare these menus */
windows/FormController.cs
DotGraphAttr (Interface)
Root class of all dot node attributes. @since Sun Oct 26 16:52:40 2003 @author Florian Liekweg < [4 implementers]
contrib/java-dot/dot/DotGraphAttr.java
DotEdgeAttr (Interface)
Root class of all dot edge attributes. @since Sun Oct 26 16:53:59 2003 @author Florian Liekweg < [2 implementers]
contrib/java-dot/dot/DotEdgeAttr.java
DotNodeAttr (Interface)
Root class of all dot node attributes. @since Sun Oct 26 16:52:40 2003 @author Florian Liekweg < [2 implementers]
contrib/java-dot/dot/DotNodeAttr.java
DotAttributes (Interface)
Common Dot Attributes @since Sun Oct 26 16:52:13 2003 @author Florian Liekweg <liekweg@ipd.info. [1 implementers]
contrib/java-dot/dot/DotAttributes.java

Core symbols most depended-on inside this repo

free
called by 1246
lib/vmalloc/malloc.c
gvputs
called by 999
lib/gvc/gvdevice.c
aghead
called by 674
lib/cgraph/edge.c
agtail
called by 559
lib/cgraph/edge.c
gvprintf
called by 554
lib/gvc/gvdevice.c
agfstnode
called by 533
lib/graph/node.c
agnxtnode
called by 525
lib/graph/node.c
agnameof
called by 506
lib/cgraph/id.c

Shape

Function 7,994
Class 830
Method 485
Interface 8
Enum 7

Languages

C86%
C++12%
C#2%
Java1%
Python1%
Go1%

Modules by API surface

lib/common/emit.c117 symbols
lib/common/utils.c89 symbols
lib/sparse/SparseMatrix.c87 symbols
lib/dotgen/mincross.c77 symbols
lib/dotgen2/minc.c74 symbols
lib/dotgen2/save_minc.c70 symbols
cmd/lefty/gfxview.c67 symbols
lib/dotgen2/t.c64 symbols
lib/common/shapes.c63 symbols
lib/dotgen2/save2_minc.c58 symbols
lib/common/htmltable.c57 symbols
lib/dotgen/rank.c56 symbols

For agents

$ claude mcp add MOTHBALLED-graphviz \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page