Re: a vector of colors
Hi, A bit late. :-) On mar., 09 août 2022 at 20:58, jgart wrote: > Why was this defined as a vector instead of a list? > > (define %colors > ;; See colortbl.h in Graphviz. > #("red" "magenta" "blue" "cyan3" "darkseagreen" > "peachpuff4" "darkviolet" "dimgrey" "darkgoldenrod")) and you
a vector of colors
Hi, Why was this defined as a vector instead of a list? (define %colors ;; See colortbl.h in Graphviz. #("red" "magenta" "blue" "cyan3" "darkseagreen" "peachpuff4" "darkviolet" "dimgrey" "darkgoldenrod"))