docs/04-reference-dot.markdown @ 7e80eda84170
v1.4.0
Add an explicit condition hierarchy
Fixes https://github.com/sjl/cl-digraph/issues/5
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 14 Mar 2021 21:31:34 -0400 |
parents |
412a127b7419 |
children |
f11da0d6a058 |
# cl-dot Support
cl-digraph includes support for drawing digraphs with Graphviz using `cl-dot`
in the `cl-digraphs.dot` system.
[TOC]
## Package `DIGRAPH.DOT`
### `DRAW` (function)
(DRAW DIGRAPH &KEY (FILENAME digraph.png) (FORMAT :PNG))
Draw `digraph` with cl-dot.