docs/04-reference-dot.markdown @ e7ed5e5a2d9e default tip
Use ERROR instead of an ECASE form with no clauses. SBCL outputs compilation warnings for ECASE forms missing clauses and that causes Quicklisp test failures.
| author | Robert Brown <robert.brown@gmail.com> |
|---|---|
| date | Sat, 04 Nov 2023 10:42:34 -0400 |
| parents | 4c06758934a2 |
| children | (none) |
# 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) (SHAPE :CIRCLE) (LABEL #'PRINC-TO-STRING)) Draw `digraph` with cl-dot.