Remove a section of the web
This commit is contained in:
2
demo.scm
2
demo.scm
@@ -5,6 +5,6 @@
|
||||
(define red (create-color 1 0 0))
|
||||
|
||||
(define graph1 (generate-web 10 10))
|
||||
(define graph2 (copy-tree graph1))
|
||||
(define graph2 (remove-rect (copy-tree graph1) 10 3 3 4 5))
|
||||
(assq-set! graph2 0 (set-node-color (assq-ref graph2 0) red))
|
||||
(write-graphs-to-file (list graph1 graph2) "graph.gif")
|
||||
|
||||
Reference in New Issue
Block a user