All Projects → michaelw → cl-dot

michaelw / cl-dot

Licence: MIT license
Common Lisp package for generating GraphViz (dot) files

Programming Languages

common lisp
692 projects

Projects that are alternatives of or similar to cl-dot

DotNetGraph
Create GraphViz DOT graph with .NET / C#
Stars: ✭ 57 (+137.5%)
Mutual labels:  graphviz, dot
GiGraph
Simple yet versatile library for generating graphs in the DOT language
Stars: ✭ 25 (+4.17%)
Mutual labels:  graphviz, dot
redot
Graphviz dot file processor powered by plugins based on @unifiedjs
Stars: ✭ 60 (+150%)
Mutual labels:  graphviz, dot
vscode-graphviz
This extension provides GraphViz (dot) language support for VS Code.
Stars: ✭ 21 (-12.5%)
Mutual labels:  graphviz, dot
rel
command line tool for managing personal graphs of anything and writing them to dot
Stars: ✭ 51 (+112.5%)
Mutual labels:  graphviz, dot
Viz.js
A hack to put Graphviz on the web.
Stars: ✭ 3,602 (+14908.33%)
Mutual labels:  graphviz, dot
doteur
Tool to automate the visualisation of SQL schemas from a SQL file
Stars: ✭ 80 (+233.33%)
Mutual labels:  graphviz, dot
digraph-parser
Java parser for digraph DSL (Graphviz DOT language)
Stars: ✭ 38 (+58.33%)
Mutual labels:  graphviz, dot
AAG-Visualizer
🌆 🏙 🌃 Viz.js Graphviz - An Elegant Visualizer for And-Inverter Graph
Stars: ✭ 95 (+295.83%)
Mutual labels:  graphviz, dot
datalinguist
Stanford CoreNLP in idiomatic Clojure.
Stars: ✭ 93 (+287.5%)
Mutual labels:  graphviz
sqlw-mysql
Wrapper code (or any text source) generator for MySQL databases and queries
Stars: ✭ 45 (+87.5%)
Mutual labels:  graphviz
avit-da2k
💲 oh-my-zsh theme based on avit theme
Stars: ✭ 15 (-37.5%)
Mutual labels:  dot
pipen
pipen - A pipeline framework for python
Stars: ✭ 82 (+241.67%)
Mutual labels:  dot
visualsc
A simplicial complex and hypergraph visualization tool similar to Graphviz.
Stars: ✭ 31 (+29.17%)
Mutual labels:  graphviz
ocaml-re-nfa
OCaml code to construct an NFA from a regular expression
Stars: ✭ 44 (+83.33%)
Mutual labels:  graphviz
graphviz-server
Java based GraphViz HTTP Server
Stars: ✭ 34 (+41.67%)
Mutual labels:  graphviz
phuml
phUML is a UML diagram generator. It takes arbitrary object oriented PHP code and creates fully blown class diagrams of it.
Stars: ✭ 75 (+212.5%)
Mutual labels:  graphviz
DecisionTrees
A python implementation of the CART algorithm for decision trees
Stars: ✭ 38 (+58.33%)
Mutual labels:  graphviz
graph
modern mathematical graph/network library written in PHP
Stars: ✭ 12 (-50%)
Mutual labels:  graphviz
graphstore
Fast in-memory graph structure, powering Gephi
Stars: ✭ 64 (+166.67%)
Mutual labels:  graphviz

CL-DOT

CL-DOT is a small package for easily generating dot (a program in the GraphViz suite) output from arbitrary Lisp data.

Building

Presuming ASDF is available:

(asdf:load-system :cl-dot)

Depending on the Lisp being used, (require :cl-dot) might do as well.

Documentation

See directory docs/

Licence

See file COPYING.

Canonical Download

http://foldr.org/~michaelw/projects/cl-dot/

Authors

Juho Snellman [email protected]
Michael Weber [email protected] (current maintainer)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].