soegaard / metapict

A graphics library for producing Racket picts in a MetaPost/TikZ style.
http://soegaard.github.io/metapict/
65 stars 13 forks source link

Cells a and c are conflict in this diagram #11

Closed soegaard closed 4 years ago

soegaard commented 10 years ago

Fix draw-box-and-pointer-diagram to handle this case.

(margin 5 (draw (shared ([a (cons 1 a)] [b (cons c a)] [c (list 2)] [d (list a b c d)]) (draw-box-and-pointer-diagram d #:labels (hash a "a" b "b" c "c" d "d")))))

soegaard commented 4 years ago

Fixed in eb09ac2