Peter Braroe peter.braroe@newsmachine.com writes:
I have gotten slightly further in my ambition to make a clim program to draw tree diagrams. After looking at various examples I have put together a little program that gives the error below.
I believe that the more complicated graph layouts (:digraph, maybe :dag?) are currently unimplemented. Try passing :graph-type :tree explicitly to FORMAT-GRAPH-FROM-ROOTS.
Also my clim package 0.9.1 does not seem to have "format-graph-from-root" (singular) only the "format-graph-from-roots" is this because the one root only version is not implemented? Does anyone know?
The singular FORMAT-GRAPH-FROM-ROOT appears not to be in the Clim II specification.
Cheers,
Christophe